mesa.git
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
2009-09-15 Alex Deucherr600: minor span cleanups
2009-09-15 Brian Pauldocs: glUniform functions are now compiled into display...
2009-09-15 Brian Paulmesa: compile glUniformMatrix() functions into display...
2009-09-15 Brian Paulmesa: implement more glUniform display list functions
2009-09-15 Brian Pauldocs: document glUseProgram display list fix
2009-09-15 Brian Paulmesa: compile glUniform4f() into display lists
2009-09-15 Brian Paulmesa: compile glUseProgram/glUseProgramObjectARB into...
2009-09-15 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Ian RomanickGLX: Complain when buggy applications call GLX 1.3...
2009-09-15 Zack Rusinst/xorg: Brian suggested that those could be mad's
2009-09-15 Brian Paulmesa: remove incorrect texture state check
2009-09-15 Maarten Maathuisnv50: avoid excessive FIRE_RING
2009-09-15 Maarten Maathuisnv50: use flush_notify to reduce number of relocs
2009-09-15 Michel Dänzerst/xorg: Only unreference texture on pixmap destruction...
2009-09-15 Michel Dänzerst/xorg: Explicitly check whether the driver supports...
2009-09-15 Michel Dänzerst/xorg: Use A8 format for depth 8 pixmaps.
2009-09-15 Brian Paulst/mesa: disable accidentally committed _mesa_print_pro...
2009-09-15 Brian PaulMerge branch 'mesa_7_6_branch'
next