summaryrefslogtreecommitdiffstats
path: root/src/mesa/sources
Commit message (Collapse)AuthorAgeFilesLines
* Rename occlude.[ch] to queryobj.[ch]Brian2007-04-211-1/+1
|
* added slang_mem.cBrian2007-04-211-0/+1
|
* added new xm_glide.c fileBrian2007-04-201-0/+1
|
* remove t_vb_arbprogram.cBrian2007-04-161-2/+0
|
* move some code into new slang_ir.c fileBrian2007-03-241-0/+1
|
* Overhaul of error handling.Brian2007-02-261-1/+1
|
* added slang_label.cBrian2007-02-231-0/+1
|
* remove nvvertexec.c, add prog_execute.cBrian2007-02-221-1/+1
|
* Merge branch 'origin' into glsl-compiler-1Brian2007-02-221-18/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/main/state.c src/mesa/shader/program.c src/mesa/shader/program.h src/mesa/shader/programopt.c src/mesa/shader/slang/slang_execute.c src/mesa/sources src/mesa/swrast/s_arbshader.c src/mesa/swrast/s_context.c src/mesa/swrast/s_span.c src/mesa/swrast/s_zoom.c src/mesa/tnl/t_context.c src/mesa/tnl/t_save_api.c src/mesa/tnl/t_vb_arbprogram.c src/mesa/tnl/t_vp_build.c src/mesa/tnl/t_vtx_eval.c
| * Helper for rebasing draw requests where min_index != 0.Keith Whitwell2007-01-301-0/+1
| |
| * remove tnl/t_vtx_x86_gcc.S file from sources as it no longer existsRoland Scheidegger2007-01-251-2/+1
| |
| * Add vbo_split fileskeithw2007-01-151-0/+3
| |
| * better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-301-16/+14
| |
* | added slang_builtin.cBrian2007-02-201-0/+1
| |
* | add prog_debug.cBrian2007-02-091-0/+1
| |
* | remove slang_library_texsample.[ch]Brian2007-02-021-1/+0
| |
* | rename slang_link2.c slang_link.cBrian2007-02-021-3/+3
| |
* | rename slang_assemble_typeinfo.[ch] to slang_typeinfo.[ch]Brian2007-02-021-1/+1
| |
* | remove slang_assemble*.c filesBrian2007-02-021-4/+0
| |
* | remove slang_export.c and related codeBrian2007-02-021-1/+0
| |
* | remove slang_link.c and slang_analyse.cBrian2007-02-021-2/+0
| |
* | remove slang_execute.c, slang_execute_x86.cBrian2007-02-021-3/+1
| |
* | remove slang_label.c until it's readyBrian2007-02-011-1/+0
| |
* | fix g++ warnings/errorsBrian2007-01-231-0/+1
| |
* | Rework code related to temp register allocation, both for user variablesBrian2007-01-131-0/+1
| | | | | | | | | | | | and expression temporarires. Much better register utilization now. Lots of other fixes. The OpenGL GLSL "orange book" brick shader demo works now.
* | Overhaul of GLSL API functions, dispatching, etc.Brian2006-12-191-4/+1
| |
* | change/add/rm several filenamesBrian2006-12-151-3/+10
| |
* | Remove unneeded -I directories (3Dlabs headers).Brian2006-12-131-2/+0
| |
* | Checkpoint GLSL compiler work. Add new sources, remove obsolete.Brian2006-12-131-33/+6
|/
* s/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to fix make depend warnings ↵Brian Paul2006-10-161-1/+1
| | | | (bug 8669)
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-0/+1
| | | | mipmap.c file.
* remove stray tabBrian Paul2006-09-061-1/+1
|
* Functions for vertex/fragment program transformations, optimizations, etc.Brian Paul2006-08-241-0/+1
|
* move ALL_SOURCES to sources fileBrian Paul2006-08-211-1/+9
|
* Fix-ups for linux-fbdev config. No longer build Xlib driver sources.Brian Paul2006-08-181-0/+2
|
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-0/+1
| | | | | | | and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required.
* added rbadaptors.cBrian Paul2006-05-191-0/+1
|
* Add slang_analyse.c and slang_library_texsample.c.Michal Krol2006-03-141-0/+2
|
* added s_blit.cBrian Paul2006-03-011-0/+1
|
* More GLSL code:Michal Krol2006-02-271-1/+2
| | | | | | | | | | | | | - add x86 code generator; - add full support for uniforms in ARB_shader_objects; - add assembly instruction: global_addr; - reorganize #includes; - built-in uniforms accessed by index, rather than by name; - add some entries to x86sse rtasm; - add configurations to VC6 projects: 'Release x86' and 'Debug x86'; - #define SLANG_X86 active only on VC6 x86 builds; - introduce code export table for a shader; - remove GNU license from the noise library;
* More GLSL code:Michal Krol2006-02-211-0/+2
| | | | | | | - uniforms (only GetLocation, Uniform1f and Uniform4fv for now for demos); - fix bugs and optimize array size handling; - 2D texture sampling (needs Enable(TEXTURE_2D) to work); - decrease built-in library assembly size by 30%.
* More GLSL code.Michal Krol2006-02-181-0/+1
| | | | | | - general constructors allowed; - implement noise functions (from Stefan Gustavson - thanks!) - cosmetic stuff.
* Add swrast/s_arbshader.c.Michal Krol2006-02-151-0/+1
|
* Add tnl/t_vb_arbshader.c.Michal Krol2006-02-131-4/+5
|
* Add shader/slang/slang_compile_*.* files.Michal Krol2006-01-301-1/+5
|
* Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul2005-12-141-1/+0
| | | | done with fragment programs nowadays.
* Remove the _mesa_parse_arb_vertex/fragment_program() functions intoBrian Paul2005-11-191-2/+0
| | | | | | | arbprogparse.c and remove arbvertparse.[ch] and arbfragparse.[ch]. Clean up quite a bit of the arb parsing code. Rewrite parser extension code to avoid a mess of string operations every time the parser was used.
* added depthstencil.cBrian Paul2005-11-161-0/+1
|
* At keithw's request, remove all traces of the "fragment program to C" andIan Romanick2005-11-081-2/+0
| | | | TCC experiment.
* Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell2005-10-181-0/+2
| | | | | executable memory. Based on Thomas Hellstrom's patch. TODO: glapi.c also needs this, but cannot access this code.