summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-17145-15666/+3140
|\
| * Merge branch 'glsl-pp-rework-2'Michal Krol2009-12-1738-12888/+410
| |\
| | * Remove grammar module -- no dependencies left.Michal Krol2009-12-1214-4322/+2
| | * slang: Delete a file that is now autogenerated.Michal Krol2009-12-121-880/+0
| | * Merge branch 'master' into glsl-pp-rework-2Michal Krol2009-12-12610-46372/+44414
| | |\
| | * | scons: Get GLSL code building correctly when cross compiling.José Fonseca2009-12-101-0/+8
| | * | mesa: added new libglslpp.a and libglslcl.a to libGL buildBrian Paul2009-12-102-5/+10
| | * | slang: Predefine ES symbols for FEATURE_es2_glsl.Michal Krol2009-12-101-0/+9
| | * | slang: Explicitly enable ARB_draw_buffers and ARB_texture_rectangle.Michal Krol2009-12-101-0/+7
| | * | Build mesa glsl with make.michal2009-12-102-42/+28
| | * | slang/library: Don't need the *_gc.h files, they are autogenerated now.Michal Krol2009-11-257-2828/+0
| | * | scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.Michal Krol2009-11-252-1/+47
| | * | slang: Fix order of parameters to sl_pp_tokenise().Michal Krol2009-11-231-1/+1
| | * | slang: No need to purify source text for tokeniser.Michal Krol2009-11-211-12/+2
| | * | slang: Report syntax parser errors.Michal Krol2009-11-131-5/+10
| | * | slang: Regenerate .gc files.Michal Krol2009-11-135-2590/+2581
| | * | slang: Get rid of the old syntax file and utilities.Michal Krol2009-11-135-2400/+0
| | * | slang: Plug in the new syntax parser.Michal Krol2009-11-131-57/+58
| | * | slang: Update for glsl/pp interface changes.Michal Krol2009-11-101-2/+4
| | * | grammar: Include the correct glsl pp header.Michal Krol2009-09-231-1/+1
| | * | slang: Differentiate between uints and floats.Michal Krol2009-09-223-5/+6
| | * | grammar: Differentiate between uints and floats.Michal Krol2009-09-221-2/+4
| | * | slang: Use glsl pp public interface.Michal Krol2009-09-181-18/+16
| | * | Merge commit 'origin/master' into glsl-pp-rework-2Michal Krol2009-09-1744-1924/+2641
| | |\ \
| | * | | slang: Propagate error messages from preprocessor.Michal Krol2009-09-161-0/+5
| | * | | slang: Invoke the preprocessor from withing the slang compiler.Michal Krol2009-09-164-137/+132
| | * | | grammar: Adapt to pp interface change.Michal Krol2009-09-141-1/+4
| | * | | Merge commit 'origin/master' into glsl-pp-rework-2Michal Krol2009-09-1496-5855/+6869
| | |\ \ \
| | * | | | slang: Correctly handle end of tokens marker.Michal Krol2009-09-083-2/+4
| | * | | | slang: Do not parse whitespace.Michal Krol2009-09-082-190/+72
| | * | | | slang: Correctly parse numbers from the new preprocessor.Michal Krol2009-09-083-38/+123
| | * | | | grammar: Fix token stripping.Michal Krol2009-09-081-0/+4
| | * | | | slang: Remove the old preprocessor.Michal Krol2009-09-0814-2886/+5
| | * | | | slang: Remove dependencies on error tokens.Michal Krol2009-09-082-10/+10
| | * | | | slang: Adapt shader syntax description to grammar parser changes.Michal Krol2009-09-072-303/+78
| | * | | | grammar: Adapt grammar to the glsl preprocessor.Michal Krol2009-09-072-78/+286
| | * | | | grammar: Remove dead code.Michal Krol2009-09-071-63/+25
| | * | | | grammar: Remove grammar_check().Michal Krol2009-09-072-13/+0
| * | | | | radeon: drop assert accessing cref which is meant to be hiddenDave Airlie2009-12-171-1/+0
| * | | | | radeon: drop unused members of radeon_state.Dave Airlie2009-12-171-3/+0
| * | | | | r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-172-16/+15
| * | | | | r600 : clean a bit to prepare to enable gl2.Richard Li2009-12-161-14/+2
| * | | | | r300: Fix typo on < R5xx RS setup for blits.Michel Dänzer2009-12-161-2/+2
| * | | | | r600: use _mesa_insert_instructions to fixup wpos instead of manual ins insertAndre Maasikas2009-12-151-25/+15
| * | | | | r600: fix typos for vert-texAndre Maasikas2009-12-152-3/+3
| * | | | | r600: fix fragment.positionAndre Maasikas2009-12-152-1/+68
| * | | | | r600: add support for FRAG_ATTRIB_PNTCAndre Maasikas2009-12-151-0/+41
| * | | | | r600: add DDX DDY opcodesAndre Maasikas2009-12-151-8/+17
| * | | | | r600 : add texture support for vertex shader.Richard Li2009-12-144-37/+104
| * | | | | r300: enable accelerated support for glCopyTexImage only under KMSMaciej Cencora2009-12-131-1/+4