mesa.git
2008-11-07 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-07 Brian Paulmesa: rename OPCODE_INT -> OPCODE_TRUNC
2008-11-06 Brian Paulmesa: update the shader programs->TexturesUsed array...
2008-11-06 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-06 Brian Paulmesa: update the shader programs->TexturesUsed array...
2008-11-06 Brian Paulgallium: added st_print_shaders() function to help...
2008-11-06 Brian Paulgallium: debug code to print vertex array data (disabled)
2008-11-06 Brian Paulsoftpipe: debug code (disabled)
2008-11-06 Zack Rusingallium: actually flip the coordinates
2008-11-06 Xiang, Haihaoi965: Always check vertex program.
2008-11-06 Briangallium: check execution mask in indirect register...
2008-11-06 Briangallium: don't range check tgsi register index for...
2008-11-06 Gary Wongi965: Implement missing OPCODE_NOISE3 instruction in...
2008-11-06 Brian Paulcell: minor reformatting, var renaming
2008-11-06 Brian Pauluse APP_CC, not CC for skinning demo
2008-11-06 Brian Paulgallium: s/mmDestroy/u_mmDestroy/
2008-11-05 Brian Paulmesa: Fix compiler warnings on Windows.
2008-11-05 Brian Paulmesa: fix a GLSL array indexing codegen bug
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Brian Paulgallium: added check for degenerate drawing calls
2008-11-05 Brian Paulgallium: if VERBOSE_GLSL flag is set, check for non...
2008-11-05 Brian Paulmesa: fix a GLSL array indexing codegen bug
2008-11-05 Brian Paulgallium: call tgsi_set_exec_mask() and use exec mask...
2008-11-05 Brian Paulgallium: added tgsi_set_exec_mask()
2008-11-05 Brian Paulgallium: added some sanity check assertions for constan...
2008-11-05 Brian Paulmesa: remove extra \n from printf string
2008-11-05 Brian Paulmesa: remove extra \n from printf string
2008-11-05 Brian Paulmesa: add Initialized field to gl_uniform struct, for...
2008-11-05 Brian Paulmesa: add Initialized field to gl_uniform struct, for...
2008-11-05 Brian Paulgallium: added some debug code (disabled)
2008-11-05 Brian Paulgallium: disable some debug output
2008-11-05 Jakob Bornecrantzi915: Remove faulty assert
2008-11-05 michaldraw: Implement TGSI_OPCODE_TRUNC.
2008-11-05 michaltgsi: Implement OPCODE_TRUNC.
2008-11-05 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-05 michaldraw: Implement TGSI_OPCODE_TRUNC.
2008-11-05 michaltgsi: Implement OPCODE_TRUNC.
2008-11-04 Brian Pauladded glsl/skinning.c test to test matrix blending...
2008-11-04 Brian Paulmesa: fix float-valued GLSL vertex attribute variables
2008-11-04 Brian Paulprint err msg if unable to open shader file
2008-11-04 Brian Paulremove old debug glFlush/Finish calls from demos
2008-11-04 Brian Paulmesa: fix float-valued GLSL vertex attribute variables
2008-11-03 Alan Hourihanegallium: no renderbuffer, so just exit.
2008-11-03 Michal Krolgallium: Silence compiler warnings on Windows.
2008-11-03 José Fonsecagallium: Read from PIPE_FORMAT_Z32_FLOAT.
2008-11-03 Eric Anholti965: Clean up stale NDC comment.
2008-11-03 Eric Anholti965: Avoid vs header computation for negative rhw...
2008-11-03 Eric Anholti965: Merge GM45 into the G4X chipset define.
2008-11-03 Eric Anholti965: Fix copy'n'paste issue that made brw->urb.constra...
2008-11-03 José Fonsecagallium: WinCE portability fixes.
2008-11-03 José Fonsecagallium: Fix typo.
2008-11-03 José Fonsecasoftpipe: Don't call pipe_buffer_destroy directly.
2008-11-03 José Fonsecapipebuffer: Ensure refcounts of live buffer objects...
2008-11-03 José Fonsecagallium: Ensure refcounts of live objects are never...
2008-11-03 José Fonsecagallium: Fix msvc warning.
2008-11-02 Eric Anholti965: Clean up stale NDC comment.
2008-11-02 Eric Anholti965: Avoid vs header computation for negative rhw...
2008-11-02 Eric Anholti965: Merge GM45 into the G4X chipset define.
2008-11-02 Eric Anholti965: Fix copy'n'paste issue that made brw->urb.constra...
2008-11-01 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-01 Brian Paulmesa: silence warnings
2008-11-01 Brian Paulmesa: do scope replacement for while/for loops too
2008-11-01 Brian Paulmesa: glsl tree print improvements
2008-11-01 Brian Paulmesa: fix assignment / parameter passing of sampler...
2008-11-01 Brian Paulmesa: additional debug flags for glsl debug/disassembly
2008-11-01 Brian Paulmesa: silence warnings
2008-11-01 Brian Paulmesa: do scope replacement for while/for loops too
2008-11-01 Brian Paulmesa: glsl tree print improvements
2008-11-01 Brian Paulmesa: fix assignment / parameter passing of sampler...
2008-11-01 Brian Paulmesa: additional debug flags for glsl debug/disassembly
2008-11-01 Keith PackardFix for 58dc8b7: dest regions must not use HorzStride...
2008-10-31 Brian Paulmesa: fix some bugs with precision qualifier parsing
2008-10-31 Brian Paulmesa: do scope replacement for variable initializers too
2008-10-31 Brian Paulmesa: fix copy/paste error in GLSL error msg
2008-10-31 Brian Paulmesa: fix some bugs with precision qualifier parsing
2008-10-31 Brian Paulmesa: do scope replacement for variable initializers too
2008-10-31 Brian Paulmesa: fix copy/paste error in GLSL error msg
2008-10-31 Eric Anholtintel: pixelzoom doesn't apply to glBitmap, so disable...
2008-10-31 Eric Anholtintel: Remove fallback for glDrawPixels(GL_COLOR_INDEX)
2008-10-31 Eric Anholtintel: Add more fallback debugging for glDrawPixels.
2008-10-31 Gary Wongi965: implement the missing OPCODE_NOISE1 and OPCODE_NO...
2008-10-31 Gary Wongi965: support destination horiz strides in align1 acces...
2008-10-31 Robert EllisonCELL: fix use of stencil value mask
2008-10-31 Xiang, Haihaomesa: fix a typo in the previous commit
2008-10-30 Stephane Marchesingallivm: replace the temp parameters of the JIT functio...
2008-10-30 Jonathan Whitecell: Protected use of non-initialized untile buffers
2008-10-30 Robert EllisonCELL: stencil bug fixes
2008-10-30 Jonathan Whitecell: Added check for PIPE_FLUSH_RENDER_CACHE to cell_...
2008-10-30 Xiang, Haihaomesa: fix an issue in _mesa_PointParameterfv().
2008-10-29 Brian Paulgallium: new sanity assertions in mmAllocMem()
2008-10-29 Brian Paulgallium: fix copy&paste bug
2008-10-29 Brian Paulgallium: grow SPE instruction buffer as needed
2008-10-29 Brian Paulgallium: no longer pass max_inst to ppc_init_func()
2008-10-29 Brian Paulgallium: use execmem for PPC code, grow instruction...
2008-10-29 Brian Paulglx: added PFNGL*PROC typedefs for GLX 1.3 functions
2008-10-29 Brian Paulgallium: fix alignment parameter passed to u_mmAllocMem()
2008-10-29 Brian Paulgallium: fix alignment parameter passed to u_mmAllocMem()
2008-10-29 Brian Paulgallium: prefix memory manager functions with u_ to...
2008-10-29 Brian Paulgallium: test for PIPE_OS_LINUX instead of __linux__
2008-10-29 Brian Paulcell: add scalar param to emit_function_call() to indic...
next