summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* Cell: Initial pass at unified data cacheIan Romanick2008-02-218-95/+194
* gallium: include p_inlines.hBrian2008-02-201-0/+1
* gallium: s/pipe_reference_texture/pipe_texture_reference/Brian2008-02-201-1/+1
* cell: use pipe_texture_reference()Brian2008-02-201-1/+3
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-209-6/+18
* gallium: fix bad ptr comparisonBrian2008-02-201-1/+1
* cell: rename cell_state_fs.c -> cell_state_shader.cBrian2008-02-202-1/+1
* cell: init shader-related functions in cell_init_shader_functions()Brian2008-02-204-36/+55
* cell: #includes to silence warningsBrian2008-02-202-0/+2
* cell: plug in cell_set_sampler_textureBrian2008-02-201-0/+2
* Remove obsolete files replaced by cell_pipe_state.cBrian2008-02-205-454/+0
* cell: put most simple state-setter functions in new cell_pipe_state.c fileBrian2008-02-207-124/+389
* gallium: re-org of i965 texture/surface code, functionsBrian2008-02-204-57/+60
* gallium: minor re-org of 915 surface/texture codeBrian2008-02-204-60/+84
* gallium: new pipe->texture_update() functionBrian2008-02-2014-24/+86
* gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()Brian2008-02-203-4/+6
* gallium: initialize the killmask register to zero before running shaderBrian2008-02-191-0/+3
* gallium: add some casts to prevent likely msvc warningsBrian2008-02-191-3/+3
* gallium: don't hard-code attrib slot=0 in setup_fragcoord_coeff()Brian2008-02-191-23/+18
* gallium: implement correct sampling for RECT targets / unnormalized texcoordsBrian2008-02-191-25/+143
* gallium: updated cell buildBrian2008-02-191-4/+8
* Cell: emit vertex shaders and uniforms more intelligentlyIan Romanick2008-02-197-60/+85
* Cell: trivial clean-upsIan Romanick2008-02-191-6/+2
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-191-2/+0
* Bring in ppc spe rtasm into gallium's rtasm module.José Fonseca2008-02-192-2/+2
* Simplify makefile boilerplate code.José Fonseca2008-02-194-42/+10
* Use gallium's rtasm module.José Fonseca2008-02-191-1/+1
* More llvm -> gallivm.José Fonseca2008-02-191-1/+1
* gallium: move draw_set_viewport_state() call, plus code clean-up, remove obso...Brian2008-02-181-12/+4
* gallium: call draw_flush() for scissor/stipple state changesBrian2008-02-181-0/+4
* gallium: antialiased line drawingBrian2008-02-182-7/+13
* Standardize on using the pipe/ include prefix.José Fonseca2008-02-183-4/+4
* Update scons build for new code layout.José Fonseca2008-02-181-0/+13
* Actually use GALLIUM_DRIVER_DIRS.José Fonseca2008-02-181-1/+1
* Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-181-5/+1
* gallium: add missing mip level clampBrian2008-02-161-1/+2
* gallium: tweak texture filter min/mag thresholdsBrian2008-02-161-3/+5
* gallium: implement min vs. mag filter determination for non-mipmapped texturesBrian2008-02-161-0/+13
* Cell: Enable code gen for SPE attribute fetchIan Romanick2008-02-158-490/+71
* Move cell_vertex_fetch.c for recent code reorg.Ian Romanick2008-02-151-0/+392
* softpipe: rename some functions to disambiguateKeith Whitwell2008-02-151-6/+6
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-152-2/+2
|\
| * Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca2008-02-152-2/+2
* | Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-159-257/+619
|/
* Code reorganization: update build.José Fonseca2008-02-1568-94/+125
* Code reorganization: move files into their places.José Fonseca2008-02-15208-0/+47397