2008-10-23 |
Brian Paul | mesa: updated status in cell.html |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Michel Dänzer | scons: ppc support. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Michel Dänzer | scons: Don't hardcode any drivers for the xlib winsys... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Michel Dänzer | gallium: Fix typo, PPC_FEATURE_HAS_ALTIVEC not PPC_FEAT... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: PPC: clamp y to [-128,128] for LIT |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: remove ppc_vload_float(), rename ppc_vecmove... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: new PPC built-in constants array |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: added ppc_vzero() |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: GALLIUM_NOPPC debug var to disable PPC codegen |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: PPC LIT instruction (not quite complete yet) |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: var renaming in tgsi_ppc.c |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: remove SSE remnants from tgsi_ppc.c |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | cell: turn on PPC assembly vertex transform |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | cell: TGSI->PPC for RSQ, RCP and src register sign... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: TGSI->PPC inequality operators |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: added ppc_vload_float(), for limited cases |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: fix broken TGSI_FILE_CONSTANT case, use ppc_re... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: fix-up confusing register allocation masks... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | cell: add -std=c99 flag to solve some warning/prototype... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: temporarily disable PPC vertex shader until... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: PPC vertex shader support |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: TGSI to PPC code generation |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | gallium: added ppc_lvewx() |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | cell: include pthread.h |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | cell: implement many more PPC instructions for code gen |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | cell: implement fencing for texture buffers |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | cell: set cell->num_textures |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Brian Paul | cell: note that dst reg writing needs clamping |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Brian Paul | gallium: implement tests for PPC/PPC64 |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Brian Paul | gallium: remove unused var |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Brian Paul | mesa: more test options in progs/demos/textures.c |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Brian Paul | cell: minor improvements to batch buffer functions |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Brian Paul | cell: temporarily disable freeing of tiled texture... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Brian Paul | cell: use an approximation in compute_lambda_2d() to... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Brian Paul | cell: add new debug flag (cache) to report texture... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Brian Paul | cell: more efficient state emit for textures/samplers |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Brian Paul | cell: use 7-bit weights in sample_texture_2d_bilinear_int() |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Brian Paul | Merge commit 'origin/gallium-0.1' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Brian Paul | mesa: redraw upon keypress in trivial/tri.c |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Brian Paul | gallium: fix mis-matched malloc/free vs. aligned malloc... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Alan Hourihane | build "GLX" egl driver by default and egl demos |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Brian Paul | cell: pass spu_texture_level ptr to get_four_texels() |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Brian Paul | cell: implement KIL instruction |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Brian Paul | cell: CELL_NUM_SPUS env var |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Brian Paul | cell: trilinear mipmap interpolation |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Brian Paul | cell: update comments |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Brian Paul | cell: call proper sampler function in sample_texture_cube() |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Brian Paul | cell: clean up various texture-related things |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Brian Paul | cell: start some performance measurements |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Brian Paul | cell: updated debug code |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: updated status in docs/cell.html |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: get rid of last usage of float4 union/typedef |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: simplify triangle front/back face determination |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: send rasterizer state to SPUs in proper way,... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: query # cells too |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: query number SPUs with spe_cpu_info_get() |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: use CELL_MAX_SPUS consistently. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: remove some old, pre-batchbuffer stuff |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: move some CELL_MAX constants |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: remove obsolete spu_debug.h file |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: simplify spu debug code |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: propogate blend color to SPUs for the fallback... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | gallium: fix the shader-rebind test in softpipe, as... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | gallium: fix the test in vs_exec_prepare() to avoid... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | gallium: temporariliy revert softpipe shader optimization |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: updated vertex dump/debug code |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: additional debug |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: fix/add some fallback blend cases |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | cell: need to flush draw module when constants change |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Brian Paul | mesa: revert accidental change to fslight.c demo |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Keith Whitwell | draw: don't assume output buffer pointer is aligned |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Keith Whitwell | Merge commit 'origin/gallium-0.1' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Kristian Høgsberg | Update DRI2 implementation according to new specification. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Kristian Høgsberg | Revert pointless reindents to avoid merge conflicts. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glxclient.h |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glcontextmodes.h |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glxextensions.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glxextensions.h |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs xfont.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs xf86dristr.h |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs XF86dri.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs xf86dri.h |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: kill old K&R syntax in XF86dri.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs vertarr.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs singlepix.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs single2.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs renderpix.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs render2.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs pixelstore.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs pixel.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs packsingle.h |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs packrender.h |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_window_pos.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_vertex_pro... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_vertex_arr... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.h |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_transpose_... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs indirect_texture_co... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs glx_query.c |
commit | commitdiff | tree | snapshot |
next |