summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* softpipe: initialize the clear_flags bitvector in sp_create_tile_cache()Brian Paul2009-09-291-0/+5
* softpipe: Grab a ref when the fb is set.Brian Paul2009-09-292-4/+9
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-281-0/+11
|\
| * gallium/util: add sanity check assertionsBrian Paul2009-09-281-0/+11
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-1/+1
|\ \ | |/
| * softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.Vinson Lee2009-09-241-1/+1
* | tgsi/sse: Pass the lodbias, not zero. More comments.Brian Paul2009-09-241-5/+5
* | softpipe: added max texture/surface size sanity checkBrian Paul2009-09-231-0/+6
* | softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture sizeBrian Paul2009-09-231-2/+2
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-211-2/+2
|\ \ | |/
| * softpipe: Fix cube face selection.Brian Paul2009-09-211-2/+2
* | gallium: Add Mac OS to pipe/p_thread.h.Vinson Lee2009-09-141-5/+5
* | llvmpipe: asst fixes for 'make linux-llvmpipe'Brian Paul2009-09-113-0/+6
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-101-1/+3
|\ \ | |/
| * softpipe: minor indentation fixBrian Paul2009-09-101-1/+1
| * softpipe: set dirty_render_cache in softpipe_clear()Brian Paul2009-09-101-0/+2
* | tgsi: use new tgsi_call_record to handle execution mask stacksBrian Paul2009-09-102-14/+43
* | gallium: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.Vinson Lee2009-09-101-1/+1
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-091-2/+0
|\ \ | |/
| * gallium/xlib: silence unitialized var warningBrian Paul2009-09-031-1/+1
| * gallium/xlib: silence uninitialized var warningBrian Paul2009-09-031-1/+1
| * util: add version of u_blit_pixels which takes a writemaskKeith Whitwell2009-09-024-15/+100
| * draw: remove unused variableKeith Whitwell2009-09-021-1/+0
* | gallium: Added HaikuOS platformaljen2009-09-099-19/+31
* | gallium/xlib: minor clean-upsBrian Paul2009-09-041-14/+5
* | i915g: Fix warnings in scons build by using byte pointersJakob Bornecrantz2009-09-041-2/+2
* | tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.Michal Krol2009-09-041-2/+12
* | gallium/xlib: silence unitialized var warningBrian Paul2009-09-031-1/+1
* | gallium/xlib: silence uninitialized var warningBrian Paul2009-09-031-1/+1
* | util: add version of u_blit_pixels which takes a writemaskKeith Whitwell2009-09-034-15/+69
* | st/xorg: add linear and radial gradient accelerationZack Rusin2009-09-031-20/+71
* | st/xorg: radial gradient shaderZack Rusin2009-09-031-0/+85
* | st/xorg: linear gradient shaderZack Rusin2009-09-031-0/+59
* | i915g: Up the number of relocsJakob Bornecrantz2009-09-031-1/+1
* | i915g: Don't run in sync with HWJakob Bornecrantz2009-09-031-4/+7
* | i915g: Don't send flush flags to HWJakob Bornecrantz2009-09-031-0/+8
* | st/xorg: cleanup and adjust to the changes in the ureg codeZack Rusin2009-09-031-3/+3
* | st/xorg: adjust enums in preperation for gradientsZack Rusin2009-09-032-7/+15
* | aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell2009-09-0311-174/+429
* | nv50: move centroid, flat bits when making interp longChristoph Bumiller2009-09-031-4/+4
* | nv50: fix vbo_static_attrib method size errorChristoph Bumiller2009-09-031-3/+3
* | nv50: fix draw_elements_inline_u08/16Christoph Bumiller2009-09-031-2/+2
* | r300g: specify point/line/triangle have stuffed texture coordCooper Yuan2009-09-031-1/+3
* | st/xorg: fix warningsZack Rusin2009-09-021-3/+3
* | st/xorg: handle xrender repeat modesZack Rusin2009-09-021-4/+26
* | st/xorg: flip the coordinate systemZack Rusin2009-09-021-1/+1
* | st/xorg: handle solid fills in the fragment shaderZack Rusin2009-09-021-4/+18
* | st/xorg: Guard against realy old versions of XorgJakob Bornecrantz2009-09-021-2/+8
* | st/xorg: Remove code no longer support by xserver Git master.Michel Dänzer2009-09-024-59/+4
* | st/xorg: Add support for xserver Git master DRI2 interface.Michel Dänzer2009-09-022-81/+151