2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs dri2_glx.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs dri2.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs compsize.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: indent -br -i3 -npcs --no-tabs clientattrib.c |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: add a line of Emacs helping variables |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: No need to zero a local variable. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
RALOVICH, Kristóf | glx: make INIT_MESA_SPARC more robust |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Xiang, Haihao | i915: Texture instructions use r/t/oC/oD register as... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Eric Anholt | intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX). |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: initial bits for 3D texture support |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: replace FREE() with align_free() |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: fix incorrect parameter type |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: support for cubemaps |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: fall-through case for TGSI_OPCODE_TXB |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: support NPOT textures, clamp/repeat mode, normali... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: fix npot texture tiling bugs |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: fix broken negative texcoord conversion |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: use minify vs magnify filters |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: fix assertions |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: basic mipmap filtering works now |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: fix tex image stride bugs |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: now do texture twiddling in the right way, at... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: remove old code, clean-ups, etc. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Alan Hourihane | dri: don't check the number of cliprects before swap... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: more clean-up in spu_tri.c |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: remove dead code, clean-up, reformatting |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Brian Paul | cell: finish-up perspective-corrected interpolation |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Brian Paul | cell: initial work for mipmap texture filtering |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Brian Paul | cell: remove old texture-related fields |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Brian Paul | cell: use fewer memory references in sample_texture4_bi... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Brian Paul | cell: remove more old texture code |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Brian Paul | cell: bilinear texture filtering using integer arithmetic |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Brian Paul | cell: remove old texture code |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Brian Paul | cell: do texture sampling/filtering for four pixels... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Brian Paul | cell: added spu_unpack_A8R8G8B8_transpose4() |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Alan Hourihane | mesa: when emitting an address load instruction, for |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: more instruction scheduling optimizations (MIN... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | Merge commit 'origin/master' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: pass texture unit (sampler number) to txp() function |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Ian Romanick | intel: GLSL 1.20 is broken in Mesa, so disable it in... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Eric Anholt | i965: Add missing intel_pixel_draw.c symlink to fix... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | mesa: fix asst. issues in _mesa_texstore_argb8888() |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | mesa: include needed header |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | mesa: remove unneeded includes |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | mesa: fix error codes in _mesa_GetObjectParameterivARB... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | mesa: rename macro params to emphasize that there's... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | mesa: remove unneeded includes |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: add emit_RI10s() which does range checking on... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: additional 'offset' checking in spe_lqd(), spe_stqd() |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: fix assertions in spe_lqd(), spe_stqd() |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: fix function prologue/epilogue code for large... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Robert Ellison | CELL: fixing stencil bugs |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Ian Romanick | intel: GLSL 1.20 is broken in Mesa, so disable it in... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: call cell_flush_int() at end of cell_create_context() |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: fix LERP when dst reg is a src reg |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | replace 1.0/sqrt() with inversesqrt() |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: fix fm/fs copy & paste bug from a few commits ago |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: fix bug in emit_FLR() when src reg == dst reg |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: fix bug in emit_FRC() when src register == dst... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Eric Anholt | i965: Add missing intel_pixel_draw.c symlink to fix... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: updates in response to draw's struct vertex_info... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Keith Whitwell | Merge commit 'origin/master' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Keith Whitwell | Merge commit 'origin/gallium-0.1' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: fix incorrect bitmask in spe_load_uint() |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | mesa: toggle colormask values with r/g/b keys in tri... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: implement basic TXP instruction in fragment shaders |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | mesa: simple multiple textures test |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: better immediate value allocation, better comments |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: massage the emit functions to get better instruct... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Brian Paul | cell: more accurate comments |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Alan Hourihane | gallium: silence warning |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Brian Paul | mesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAM |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Stephane Marchesin | Gallivm: cleanup soa storage. |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Eric Anholt | i965: Accelerate depth textures with border color. |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Eric Anholt | i965: Actually hook up the accelerated DrawPixels support. |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Eric Anholt | i915: Accelerate depth textures with border color. |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Brian Paul | cell: implement function calls from shader code. fslig... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Brian Paul | cell: implement more built-in shader functions, link... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Brian Paul | cell: increase SPU_MAX_FRAGMENT_PROGRAM_INSTS |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Brian Paul | gallium: asst. clean-ups |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Brian Paul | gallium: better instruction printing for SPE code |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Brian Paul | mesa: in _mesa_combine_programs() take new STATE_CURREN... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Brian Paul | mesa: vertex emit debug code (disabled) |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Brian Paul | mesa: fix vertex format/attribute bug |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Eric Anholt | mesa: Pass the context to query object delete cb to... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Eric Anholt | i965: Add ARB_occlusion_query support. |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Eric Anholt | intel: Push flushing for cliprects changes down into... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Xiang, Haihao | i965: Fix a potential assertion failure. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Brian Paul | mesa: pass 'mask', not NULL to renderbuffer->Put functions |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Brian Paul | mesa: use the shaderutil.c helper functions |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Brian Paul | cell: add support for fragment shader constant buffers |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Brian Paul | cell: fix incorrect extended swizzle term code in get_s... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Brian Paul | cell: fix formatting |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Brian Paul | cell: remove old code |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Stephane Marchesin | Gallivm: reorder the functions alphabetically so I... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Stephane Marchesin | Merge branch 'gallium-0.2' of git+ssh://marcheu@git... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Stephane Marchesin | Progs: hook the glsl identity example into the makefile. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Brian Paul | cell: memset() key to zero |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Brian Paul | cell: use new keymap to save/re-use fragment ops code |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Brian Paul | gallium: added general-purpose key->data map/lookup... |
commit | commitdiff | tree | snapshot |
next |