mesa.git
2010-09-10 Brian Paulwinsys: emit warning in null_sw_displaytarget_create()
2010-09-10 Brian Paulgraw: fix array size, indentation,
2010-09-09 Jakob Bornecrantzglsl2: Fix scons build for all platforms
2010-09-09 Kristian HøgsbergRevert "glapi: Implement optional dispatch logging"
2010-09-09 Ian Romanickglsl2: Implement noise[1234] built-in functions using...
2010-09-09 Ian Romanickglsl2: Add EmitNoNoise flag, use it to remove noise...
2010-09-09 Ian Romanickglsl2: Add lowering pass to remove noise opcodes
2010-09-09 Ian Romanickglsl2: Add ir_unop_noise
2010-09-09 Kenneth Graunkeglsl/builtins: normalize of a negative scalar should...
2010-09-09 Kristian Høgsbergmesa: Only reference logging symbols in debug builds
2010-09-09 Kristian Høgsbergmesa: Don't reuse DummyFramebuffer as the incomplete...
2010-09-09 Jakob Bornecrantzglapi: Fix non-debug builds
2010-09-09 benst/dri: support EGL_MESA_image_drm: queryImage
2010-09-09 benst/dri: support EGL_MESA_image_drm: createImage
2010-09-09 Kristian Høgsbergeglglx: Convert glx visuals/fbconfigs straight to EGL...
2010-09-09 Kristian Høgsbergegl: Remove old egldri driver
2010-09-09 Kristian Høgsbergglapi: Implement optional dispatch logging
2010-09-09 Kristian Høgsbergglx: Optimize out no-op make current calls
2010-09-09 Chia-I Wuegl: Use _EGL_CHECK_DISPLAY in eglCreateContext.
2010-09-09 Chia-I Wuegl: Display may be NULL in _eglLookup*.
2010-09-09 Brian Paulllvmpipe: remove redundant tgsi_dup_tokens() call
2010-09-09 Francisco Jerezdri/nouveau: Expose EXT_texture_env_combine.
2010-09-09 Francisco Jerezdri/nv10-nv20: Add support for NV_texture_env_combine4.
2010-09-09 Francisco Jerezdri/nv04: Add support for NV_texture_env_combine4.
2010-09-09 Francisco Jerezdri/nouveau: Minor cleanup.
2010-09-09 Kristian Høgsbergglx: Fix another use-after-free problem
2010-09-09 Andre Maasikasr600: add TXL instruction and note about TXB
2010-09-09 Andre Maasikasr600: remove depth exports move, just set to output...
2010-09-09 Andre Maasikasr600: protect cleanup instructions from double free
2010-09-09 Andre Maasikasr600: remove mask from output intructions
2010-09-09 Andre Maasikasr600: allow relative addressing of temps, inputs, outputs
2010-09-09 Andre Maasikasr600: handle LIT writemask
2010-09-09 Andre Maasikasr600: fix rsq from negative input
2010-09-09 Chia-I Wudocs: Update egl.html.
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-09 Luca Barbieriglsl: make compiler options per-target
2010-09-09 Luca Barbierimesa: add PIPE_SHADER_* like constants and conversions...
2010-09-09 Eric Anholtglsl: Add info about talloc and optimization passes...
2010-09-09 Eric Anholtglsl: Update README talking about multi-instruction...
2010-09-09 Kristian Høgsbergglx: Destroy pixmap after destroying glx and dri drawables
2010-09-09 Kristian Høgsbergconfigure: Enable -fvisibility=hidden for g++ as well
2010-09-09 Kenneth Graunkeglsl/builtins: Set the API in the fake context.
2010-09-09 Ian Romanickglsl2: Clear out profile pointers in _mesa_glsl_release...
2010-09-08 Ian Romanickmesa: Refactor parameter processing in set_combiner_...
2010-09-08 Ian Romanickmesa: Fix handling of texenv operands for EXT vs ARB...
2010-09-08 Kristian Høgsbergglx: Ignore DRI2 event for drawables we've destroyed
2010-09-08 Kristian Høgsbergglx: Fix use after free problem
2010-09-08 Kenneth Graunkeglsl: Fix for scalar float built-in definitions.
2010-09-08 Eric Anholtglsl: regenerate builtins
2010-09-08 Eric Anholtglsl: Fix typo in builtin step() using a wrong channel.
2010-09-08 Kenneth Graunkeir_validate: Ensure ir_binop_dot is only used on vector...
2010-09-08 Kenneth Graunkeglsl: Refresh automatically generated file builtin_func...
2010-09-08 Kenneth Graunkeglsl/builtins: Don't use ir_binop_dot on floating point...
2010-09-08 Kenneth Graunkeglsl/builtins: Simplify degenerate scalar float cases.
2010-09-08 Ian Romanickglsl2: Make sure _mesa_glsl_parse_state constructor...
2010-09-08 Kristian Høgsbergglx: Drop broken drawable garbage collection
2010-09-08 Kristian Høgsbergdri: Unset current context and dispatch table when...
2010-09-08 Chia-I Wuglsl: Support GLSL ES in the standalone compile.
2010-09-08 Chia-I Wuglsl: Require a context in _mesa_glsl_parse_state.
2010-09-08 Chia-I Wust/dri: Call dri_init_extensions only for API_OPENGL.
2010-09-08 Chia-I Wust/dri: Use enum st_api_type internally.
2010-09-08 nobledst/dri: Add multi-api support
2010-09-08 nobledst/dri: Make clear which API's are supported
2010-09-08 Dave Airlier600g: add initial bank swizzle support.
2010-09-08 Kenneth Graunkeglcpp: Fix build on non-GCC compilers.
2010-09-08 Kenneth Graunkeast_to_hir: Mark arrays as lvalues in GLSL ES, but...
2010-09-08 Kenneth Graunkeglsl: Allow overloading of built-ins without hiding...
2010-09-08 Kenneth Graunkeglsl: Move is_builtin flag back to ir_function_signature.
2010-09-08 Kenneth Graunkeast_to_hir: Reject embedded structure definitions in...
2010-09-08 Kenneth Graunkeast_to_hir: Reject unsized array declarations in GLSL...
2010-09-08 Kenneth Graunkeast_to_hir: Allow matrix-from-matrix constructors in...
2010-09-08 Kenneth Graunkei965: Enable EXT_framebuffer_blit internally.
2010-09-08 Kenneth Graunkemesa: Enable GL_MAX_VERTEX_ATTRIBS in ES2.
2010-09-08 Kenneth Graunkelinker: Fix assertion and cross-version checks for...
2010-09-08 Kenneth Graunkeglsl: Add built-in function profiles for GLSL ES 1.00.
2010-09-08 Kenneth Graunkeglsl: Add built-in variables for GLSL ES 1.00.
2010-09-08 Kenneth Graunkeglsl: Split out types that are in 1.10 but not GLSL...
2010-09-08 Kenneth Graunkeglsl: Recognize GLSL ES 1.00 keywords.
2010-09-08 Kenneth Graunkeglsl: Define GL_ES preprocessor macro if API is OpenGL...
2010-09-08 Kenneth Graunkeglsl: Accept language version 100 and make it the defau...
2010-09-08 Kenneth Graunkeglsl: Set default language version in mesa_glsl_parse_s...
2010-09-07 Eric Anholtir_to_mesa: Add support for gl_NormalScale.
2010-09-07 Kenneth Graunkeglsl: Make sure shader source isn't NULL.
2010-09-07 Tilman Sauerbeckr600g: Added missing r600_bc_add_literal() calls to...
2010-09-07 Tilman Sauerbeckr600g: Added preliminary support for the LOG opcode.
2010-09-07 Tilman Sauerbeckr600g: Added missing abs-ification to RSQ.
2010-09-07 Dave Airlier600g: split opcodes out and add wrapper around usage.
2010-09-07 Dave Airlier600g: add support for constants in memory buffers.
2010-09-07 Dave Airlier600g: abstract the hw states out behind a vtbl.
2010-09-07 Ian Romanickglsl2: Forbid array-types in ?: operator in GLSL 1.10
2010-09-07 Eric Anholtmesa: Set the base format of GL_ALPHA FBOs and teach...
2010-09-07 Eric Anholtir_to_mesa: Fix warning in last commit.
2010-09-07 Eric Anholtir_to_mesa: Move the STATE_VAR elements of a builtin...
2010-09-07 Ian Romanickglsl2: Early return with visit_continue in loop_analysi...
2010-09-07 Kenneth Graunkeglsl: Change grammar rules for selection statements...
2010-09-07 Eric Anholti965: Store the byte address in the VS constant buffer...
2010-09-07 Eric Anholti965: Make pixel_xy results UW.
2010-09-07 Török Edvinglsl2: check for _NumLinkedShaders being 0
2010-09-07 Kristian Høgsbergglx: Set an all NULL vtable for dummyContext
2010-09-07 Kristian Høgsbergglx: Fix compilation with out xf86vidmode
next