summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-09glx: Optimize out no-op make current callsKristian Høgsberg
2010-09-10egl: Use _EGL_CHECK_DISPLAY in eglCreateContext.Chia-I Wu
2010-09-10egl: Display may be NULL in _eglLookup*.Chia-I Wu
2010-09-09llvmpipe: remove redundant tgsi_dup_tokens() callBrian Paul
2010-09-09dri/nouveau: Expose EXT_texture_env_combine.Francisco Jerez
2010-09-09dri/nv10-nv20: Add support for NV_texture_env_combine4.Francisco Jerez
2010-09-09dri/nv04: Add support for NV_texture_env_combine4.Francisco Jerez
2010-09-09dri/nouveau: Minor cleanup.Francisco Jerez
2010-09-09glx: Fix another use-after-free problemKristian Høgsberg
2010-09-09r600: add TXL instruction and note about TXBAndre Maasikas
2010-09-09r600: remove depth exports move, just set to output x <- z in the export intr...Andre Maasikas
2010-09-09r600: protect cleanup instructions from double freeAndre Maasikas
2010-09-09r600: remove mask from output intructionsAndre Maasikas
2010-09-09r600: allow relative addressing of temps, inputs, outputsAndre Maasikas
2010-09-09r600: handle LIT writemaskAndre Maasikas
2010-09-09r600: fix rsq from negative inputAndre Maasikas
2010-09-08glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri
2010-09-08glsl: make compiler options per-targetLuca Barbieri
2010-09-08mesa: add PIPE_SHADER_* like constants and conversions to/from enums (v2)Luca Barbieri
2010-09-08glsl: Add info about talloc and optimization passes to the README.Eric Anholt
2010-09-08glsl: Update README talking about multi-instruction operations.Eric Anholt
2010-09-08glx: Destroy pixmap after destroying glx and dri drawablesKristian Høgsberg
2010-09-08glsl/builtins: Set the API in the fake context.Kenneth Graunke
2010-09-08glsl2: Clear out profile pointers in _mesa_glsl_release_functionsIan Romanick
2010-09-08mesa: Refactor parameter processing in set_combiner_(operand|source)Ian Romanick
2010-09-08mesa: Fix handling of texenv operands for EXT vs ARB versionIan Romanick
2010-09-08glx: Ignore DRI2 event for drawables we've destroyedKristian Høgsberg
2010-09-08glx: Fix use after free problemKristian Høgsberg
2010-09-08glsl: Fix for scalar float built-in definitions.Kenneth Graunke
2010-09-08glsl: regenerate builtinsEric Anholt
2010-09-08glsl: Fix typo in builtin step() using a wrong channel.Eric Anholt
2010-09-08ir_validate: Ensure ir_binop_dot is only used on vector types.Kenneth Graunke
2010-09-08glsl: Refresh automatically generated file builtin_function.cpp.Kenneth Graunke
2010-09-08glsl/builtins: Don't use ir_binop_dot on floating point values.Kenneth Graunke
2010-09-08glsl/builtins: Simplify degenerate scalar float cases.Kenneth Graunke
2010-09-08glsl2: Make sure _mesa_glsl_parse_state constructor gets a contextIan Romanick
2010-09-08glx: Drop broken drawable garbage collectionKristian Høgsberg
2010-09-08dri: Unset current context and dispatch table when unbindingKristian Høgsberg
2010-09-08glsl: Support GLSL ES in the standalone compile.Chia-I Wu
2010-09-08glsl: Require a context in _mesa_glsl_parse_state.Chia-I Wu
2010-09-08st/dri: Call dri_init_extensions only for API_OPENGL.Chia-I Wu
2010-09-08st/dri: Use enum st_api_type internally.Chia-I Wu
2010-09-08st/dri: Add multi-api supportnobled
2010-09-08st/dri: Make clear which API's are supportednobled
2010-09-08r600g: add initial bank swizzle support.Dave Airlie
2010-09-07glcpp: Fix build on non-GCC compilers.Kenneth Graunke
2010-09-07ast_to_hir: Mark arrays as lvalues in GLSL ES, but prohibit assignment.Kenneth Graunke
2010-09-07glsl: Allow overloading of built-ins without hiding in GLSL ES.Kenneth Graunke
2010-09-07glsl: Move is_builtin flag back to ir_function_signature.Kenneth Graunke
2010-09-07ast_to_hir: Reject embedded structure definitions in GLSL ES 1.00.Kenneth Graunke