summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2007-10-01don't crash in RasterPos if feedback not implemented yetBrian
2007-10-01disable debug printfBrian
2007-10-01don't crash when fog enabled, still not rendered correctly thoughBrian
2007-10-01remove specular color assertion (the path works)Brian
2007-10-01fix a few vert/frag program items to get i915 driver going againBrian
2007-09-30 fragment shader function call fix, gl_FragCoord fixZou Nan hai
2007-09-29fix VBO-split infinite loop (bug 12164)Brian
2007-09-29Initial conditional execution support for loops and BRK instruction.Brian
2007-09-29r200: Implement SetTexOffset hook.Chris Rankin
2007-09-29remove unused tgsi_exec_cond_* typesBrian
2007-09-29 support continue, fix conditionalZou Nan hai
2007-09-28Initial implementation of IF/ELSE/ENDIF using conditional masking.Brian
2007-09-28fix bug causing unnecessary translationsBrian
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-09-28remove old debug code, fix warningBrian
2007-09-28fix st_use_program()Brian
2007-09-28Remove test for EXT_blend_logic_op in glGetString when determining GL version.Brian
2007-09-28Instead of linked program pairs, keep a list of vertex programs translated fo...Brian
2007-09-28Use texture->first_level, not 0, when not mipmapping.Brian
2007-09-28Go back to using old drm_i915_flip_t field nameJesse Barnes
2007-09-28Use sse only if GALLIUM_SSE is definedZack Rusin
2007-09-28Redoing the way we handle vertex shaders for the draw module.Zack Rusin
2007-09-28Remove gl dependency from the x86 assembler codeZack Rusin
2007-09-28Revert "Redoing the way we handle vertex shaders for the draw module."Zack Rusin
2007-09-28Revert "Use sse only if GALLIUM_SSE is defined"Zack Rusin
2007-09-28Use sse only if GALLIUM_SSE is definedZack Rusin
2007-09-28Redoing the way we handle vertex shaders for the draw module.Zack Rusin
2007-09-28 fixZou Nan hai
2007-09-28support nested function call in pixel shaderZou Nan hai
2007-09-27set miptree pitch to region pitch after allocating the region in st_miptree_c...Brian
2007-09-27commentsBrian
2007-09-27[965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt
2007-09-27Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt
2007-09-27WIP 965 conversion to dri_bufmgr.Eric Anholt
2007-09-27[965] Remove AUB file support.Eric Anholt
2007-09-27Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian
2007-09-27tweak point rast to fix conform failureBrian
2007-09-27remove dead codekeithw
2007-09-27reduced debugkeithw
2007-09-27 handle INT op, still require high level handle of integer to be correctZou Nan hai
2007-09-27i965: handle all unfilled mode in clip stage. fix bug #12453Xiang, Haihao
2007-09-27mesa: make sure the gotten value isn't greater than theXiang, Haihao
2007-09-27 fix issue when only fragment shader or vertex shader is usedZou Nan hai
2007-09-27Fix some compiler warnings with -pedanticKeith Whitwell
2007-09-27Enable codegen based whenever __i386__ is defined.Keith Whitwell
2007-09-27fix mergekeithw
2007-09-27disable debugKeith Whitwell
2007-09-27restore primitive trimming in sp_draw_arrays.ckeithw
2007-09-27Make flushing more lazy in the draw module.Keith Whitwell
2007-09-27Use Gallium in the renderer stringkeithw