mesa.git
2009-12-10 Brian Paulglsl/apps: remove unused vars
2009-12-10 Brian Paulglsl/pp: make some functions static
2009-12-10 Brian Paulglsl/pp: declare sl_pp_purify_options to silence warning
2009-12-10 Brian Paulglsl/cl: silence unused var warning
2009-12-10 Michal Krolslang: Predefine ES symbols for FEATURE_es2_glsl.
2009-12-10 Michal Krolglsl/apps: Predefine __GLSL_PP_PREDEFINED_MACRO_TEST...
2009-12-10 Michal Krolglsl/pp: Add support for user-defined macros.
2009-12-10 Michal Krolglsl/apps: Explicitly add ARB_draw_buffers and ARB_text...
2009-12-10 Michal Krolslang: Explicitly enable ARB_draw_buffers and ARB_textu...
2009-12-10 Michal Krolglsl/pp: Add sl_pp_context_add_extension().
2009-12-10 michalBuild mesa glsl with make.
2009-11-25 Michal Krolglsl/apps: Make compile more shell friendly.
2009-11-25 Michal Krolslang/library: Don't need the *_gc.h files, they are...
2009-11-25 Michal Krolscons: Autogenerate GLSL builtin library *_gc.h from...
2009-11-23 Michal Krolslang: Fix order of parameters to sl_pp_tokenise().
2009-11-21 Michal Krolglsl/apps: No need to purify source text for tokeniser.
2009-11-21 Michal Krolslang: No need to purify source text for tokeniser.
2009-11-21 Michal Krolglsl/pp: Do purification and tokenisation in a single...
2009-11-20 Michal Krolglsl/pp: Expand unknown identifiers to 0 in if/elif...
2009-11-17 Michal Krolglsl/pp: Fix macro formal argument parsing, more descri...
2009-11-13 Michal Krolglsl/apps: Report syntax parser errors.
2009-11-13 Michal Krolslang: Report syntax parser errors.
2009-11-13 Michal Krolglsl/cl: Add simple error reporting.
2009-11-13 Michal Krolslang: Regenerate .gc files.
2009-11-13 Michal Krolslang: Get rid of the old syntax file and utilities.
2009-11-13 Michal Krolslang: Plug in the new syntax parser.
2009-11-13 Michal Krolgdi: Link to glslcl.
2009-11-13 Michal Krolglsl/apps: Add GLSL compiler that translates source...
2009-11-13 Michal Krolglsl/cl: Add a hard-coded syntax parser.
2009-11-10 Michal Krolglsl/pp: Add sl_pp_purify_getc().
2009-11-09 Michal Krolslang: Update for glsl/pp interface changes.
2009-11-09 Michal Krolglsl/apps: Update for glsl/pp interface changes.
2009-11-09 Michal Krolglsl/pp: Have sl_pp_purify() return error msg/line no.
2009-09-28 Michal Krolglsl/pp: Expand macro actual arguments before pasting...
2009-09-24 Michal Krolglsl/pp: Add forward decls to silence gcc warnings.
2009-09-24 Michal Krolglsl/pp: Avoid using `__VERSION__' as an identifier.
2009-09-24 Michal Krolglsl/pp: Include missing headers.
2009-09-24 Michal Krolglsl/pp: Allow builds on all platforms.
2009-09-24 Michal Krolglsl/apps: Include missing header, properly escape...
2009-09-24 Michal Krolglsl/apps: Allow builds on all platforms.
2009-09-24 Michal Krolglsl/pp: Use struct instead of union.
2009-09-24 Michal Krolglsl/apps: Fix apps after pp interface changes.
2009-09-24 Michal Krolglsl/pp: Store both line number and file index in a...
2009-09-23 Michal Krolgrammar: Include the correct glsl pp header.
2009-09-23 Michal Krolglsl/pp: Include missing headers.
2009-09-23 Michal Krolglsl/pp: Add `0' and `1' to dictionary.
2009-09-23 Michal Krolglsl/pp: Check for reserved macro names.
2009-09-22 Michal Krolslang: Differentiate between uints and floats.
2009-09-22 Michal Krolgrammar: Differentiate between uints and floats.
2009-09-22 Michal Krolglsl/apps: Update after recent pp interface changes.
2009-09-22 Michal Krolglsl/pp: Differentiate between integer and floating...
2009-09-18 Michal Krolprogs/perf: Fix newlines.
2009-09-18 Michal Krolglsl/apps: Use glsl pp public interface.
2009-09-18 Michal Krolslang: Use glsl pp public interface.
2009-09-18 Michal Krolglsl/pp: Define a public interface for external modules.
2009-09-17 Michal KrolMerge commit 'origin/master' into glsl-pp-rework-2
2009-09-17 Michal Krolglsl/pp: Add a TODO for FEATURE_es2_glsl.
2009-09-17 Michal Krolslang/pp: Fix file number parsing.
2009-09-17 Michal Krolslang/pp: Use a dictionary for the remaining string...
2009-09-17 Michal Krolglsl/pp: Add remaining error messages.
2009-09-17 Michal Krolglsl/apps: Always write out error condition.
2009-09-17 Brian Paulmesa: begin some texstore code refactoring
2009-09-17 Brian Paulmesa: meta driver functions for glCopyTex[Sub]Image()
2009-09-17 Brian Paulprogs/perf: initial set of simple performance test...
2009-09-17 Brian Paulprogs/glsl: minor Makefile clean-ups
2009-09-17 Brian Paulswrast: remove mipmap generation checks (done in core...
2009-09-17 Brian Pauls3v: remove unneeded initializations
2009-09-17 Brian Paulffb: remove disabled code
2009-09-16 Michal Krolglsl/apps: Always write out error condition.
2009-09-16 Michal Krolglsl/pp: Validate numbers.
2009-09-16 José Fonsecallvmpipe: Don't assert due to unsupported texture wrap...
2009-09-16 Michal Krolglsl/pp: Add more error messages.
2009-09-16 Michal Krolslang: Propagate error messages from preprocessor.
2009-09-16 Michal Krolglsl/pp: Add more error messages.
2009-09-16 Michal Krolslang: Invoke the preprocessor from withing the slang...
2009-09-16 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-16 Brian Paulgallium: remove incorrect 'return' stmt
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-16 Ian Romanickintel: Deassociated drawables from private context...
2009-09-16 José Fonsecagallium: Deprecate PIPE_CAP_S3TC.
2009-09-16 Michal Krolsoftpipe: Do not advertise Z32_UNORM as a supported...
2009-09-16 José Fonsecagdi: Integrate with llvmpipe where available.
2009-09-16 José Fonsecallvmpipe: Make the code portable for MinGW.
2009-09-16 Zou Nan haii965: do a flush in clear, fix openarena render issue,
2009-09-16 Dave Airlieradeon: cleanup compile defines mess.
2009-09-16 Dave Airlieradeon: oops remove debugging left on in previous patch
2009-09-16 Dave Airlieradeon: use txformat to decide to emit rect tex state.
2009-09-16 Brian Paulmesa: move generate mipmap calls
2009-09-16 Brian Paulmesa: minor clean-up
2009-09-16 Brian Paulmesa: remove last of gotos
2009-09-16 Brian Paulmesa: more goto removal
2009-09-16 Brian Paulmesa: remove some gotos
2009-09-16 Brian Paulmesa: clean-up fbo debug code
2009-09-16 Brian Paulprogs/demos: use non-default texobj in cubemap.c
2009-09-16 Brian Paulprogs/demos: create a texture object in lodbias.c
2009-09-15 Zack Rusinst/xorg: fixing copies and composite shaders
2009-09-15 Zack Rusinst/xorg: lots of fixes
2009-09-15 Brian Pauldocs: GL_ARB_provoking_vertex
2009-09-15 Brian Paulmesa: added GL_ARB_provoking_vertex (same as EXT version)
2009-09-15 Alex Deucherradeon: don't build non-r600 span code on r600
next