aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe
Commit message (Expand)AuthorAgeFilesLines
...
* Remove xmesa_update_state(), which was called by ctx->Driver.UpdateState()Brian2007-10-315-118/+1
* move surface clear functions to xm_buffer.cBrian2007-10-312-145/+174
* clean-up includesBrian2007-10-314-32/+10
* remove HPCR supportBrian2007-10-315-568/+1
* get rid of xmesa_clear_buffers()Brian2007-10-313-51/+4
* don't pass x,y,width,height to clear functionsBrian2007-10-312-80/+39
* remove get_string, test_proxy_teximageBrian2007-10-311-66/+0
* remove timer_query, s3tc extension bitsBrian2007-10-312-110/+0
* Start removing old driver funcs like ColorMask, ClearColor, etc.Brian2007-10-314-129/+34
* remove FX/glide stuffBrian2007-10-312-27/+0
* remove tnl/swrast codeBrian2007-10-313-61/+0
* ObsoleteBrian2007-10-312-2385/+0
* remove dead swrast/tnl codeBrian2007-10-311-60/+0
* disable swrast/tnl stuffBrian2007-10-311-0/+8
* remove Draw/CopyPixels functionsBrian2007-10-311-279/+5
* omit X point/line/triangle routinesBrian2007-10-312-1/+4
* Copy of xlib driver. This will get trimmed down a lot for Gallium.Brian2007-10-3119-0/+18666
* Hold the vertex buffer handle.José Fonseca2007-10-312-8/+13
* Handle TGSI_OPCODE_RET.José Fonseca2007-10-311-0/+4
* Allow more verbose error output.José Fonseca2007-10-312-4/+14
* Chain vertex buffers into the batch buffer.José Fonseca2007-10-312-24/+52
* Switch to using LLVM builder.Zack Rusin2007-10-303-253/+217
* Refactor vector extraction.Zack Rusin2007-10-302-214/+89
* Export true C based builtins to a file of its own.Zack Rusin2007-10-303-176/+215
* Rename to better reflect what it's really doing.Zack Rusin2007-10-301-1/+1
* Code cleanups.Zack Rusin2007-10-302-17/+22
* Cleanup constant vector handling a bit.Zack Rusin2007-10-303-32/+22
* Dump only relevant functions when in the debugging output.Zack Rusin2007-10-301-7/+13
* Change the way we handle temporaries in LLVM translation.Zack Rusin2007-10-307-350/+376
* Enable immediates in TGSI and work with them in LLVM code.Zack Rusin2007-10-303-2/+37
* minor code simplificationBrian2007-10-291-8/+6
* fix memcpy bugsBrian2007-10-291-2/+2
* Add detailed comments.Michal Krol2007-10-291-7/+77
* Make it compile under linux.Michal Krol2007-10-2911-65/+102
* Make gallium compile in win32.Michal Krol2007-10-2927-201/+366
* fix bad fragment shader pointer assignmentBrian2007-10-291-1/+1
* Remove conditionals from the makefiles.Zack Rusin2007-10-293-2/+5
* Remove typedefs from enums.Zack Rusin2007-10-297-17/+17
* Refactor the LLVM code a bit.Zack Rusin2007-10-295-23/+96
* Make sure the swizzling vector is being recreated for each function. This makesZack Rusin2007-10-292-5/+5
* Add SSE dump facilities.Michal Krol2007-10-291-70/+428
* Code re-org. Add comments.Michal Krol2007-10-291-220/+264
* Implement RET opcode.Michal Krol2007-10-291-13/+5
* Remove TGSI_INTERPOLATE_ATTRIB.Michal Krol2007-10-292-2/+1
* Fix i915simple build.José Fonseca2007-10-291-0/+3
* Reuse hardware vertice representation.José Fonseca2007-10-291-19/+12
* Enable the vertex buffer stage according to the I915_VBUF environment var.José Fonseca2007-10-291-1/+6
* Get vertex buffer stage in a minimally working state.José Fonseca2007-10-291-27/+133
* Reserve the accurate number of dwords in the batch buffer.José Fonseca2007-10-291-5/+3
* Start a vertex buffer constuction stage for i915 based on Keith's draft done ...José Fonseca2007-10-293-0/+321