summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Convert crlf->lf line endings.José Fonseca2008-02-2819-7025/+7025
* gallium: Convert CRLF -> LF.Jose Fonseca2008-02-281-64/+64
* scons: Build mesa source with c99.José Fonseca2008-02-281-0/+5
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-275-30/+38
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-273-23/+30
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-273-29/+31
* mesa: set input read only on successJerome Glisse2008-02-271-2/+3
* mesa: Add copyright headers.José Fonseca2008-02-272-23/+45
* gallium: use pipe_texture_reference() instead of pipe->texture_release()Brian2008-02-261-3/+3
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-261-3/+3
* gallium: #includes to silence warningsBrian2008-02-261-0/+2
* gallium: fix zero-sized viewport bugBrian2008-02-261-0/+11
* gallium: fix off by one rasterpos bugBrian2008-02-261-1/+1
* gallium: remove input_map[] from pipe_shader_stateBrian2008-02-263-2/+5
* gallium: Add missing copyright headers.José Fonseca2008-02-262-0/+57
* add an explicit callback decleration and use it to silence warningsZack Rusin2008-02-261-6/+6
* implement deleting of driver side cached state in cso'sZack Rusin2008-02-261-1/+12
* gallium: clamp line width when creating raster state objectBrian2008-02-251-2/+12
* Remove files of unsupported build systems.José Fonseca2008-02-2516-1296/+0
* gallium: fill in some blend/rasterizer template fields to make sure they're a...Brian2008-02-211-0/+8
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-201-3/+6
* gallium: new pipe->texture_update() functionBrian2008-02-201-4/+10
* gallium: mark texture object data dirty in do_copy_texsubimage()Brian2008-02-201-0/+4
* gallium: re-enable GenerateMipmap callsBrian2008-02-201-17/+2
* gallium: state tracker didn't always notify drivers of texobj data changesBrian2008-02-208-71/+115
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-192-1/+8
* Bring in ppc spe rtasm into gallium's rtasm module.José Fonseca2008-02-193-700/+0
* Simplify makefile boilerplate code.José Fonseca2008-02-191-3/+3
* Use gallium's rtasm module.José Fonseca2008-02-191-1/+0
* Update for llvm -> gallivm rename.José Fonseca2008-02-181-2/+2
* Update scons build for new code layout.José Fonseca2008-02-182-208/+10
* Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-182-122/+8
* Move cell_vertex_fetch.c for recent code reorg.Ian Romanick2008-02-151-392/+0
* Initial version of code gen for attribute fetchIan Romanick2008-02-151-0/+392
* Correct the convert to and from float instructionsIan Romanick2008-02-152-4/+42
* draw: subclass vertex shaders according to execution methodKeith Whitwell2008-02-151-0/+3
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-152-34/+34
|\
| * Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca2008-02-152-34/+34
* | Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-15371-91106/+833
|\|
| * Code reorganization: update build.José Fonseca2008-02-1523-85/+86
| * Code reorganization: move files into their places.José Fonseca2008-02-15342-90658/+0
| * vastly simplify indexingZack Rusin2008-02-154-130/+59
| * redo indirectionZack Rusin2008-02-154-31/+130
| * redo the way immediates are handledZack Rusin2008-02-155-57/+190
| * rename 'argument' to 'load' because that's what it doesZack Rusin2008-02-153-14/+14
| * implement swizzling on writesZack Rusin2008-02-153-54/+56
| * a call was missed during the last renameZack Rusin2008-02-151-1/+1
| * gallium: Fix memory leak.Michal Krol2008-02-151-0/+3
| * gallium: Fix memory leak.Michal Krol2008-02-151-0/+1
| * gallium: Use align_free() to free aligned memories.Michal Krol2008-02-151-2/+2