dri/nv04: Mipmapping fixes.
[mesa.git] / src / mesa /
2010-09-16 Francisco Jerezdri/nv04: Mipmapping fixes.
2010-09-16 Francisco Jerezdri/nv04: Fix PGRAPH_ERRORs when running OA.
2010-09-16 Andrew Randrianasuludri/nv04: Enable eng3dm for A8/L8 textures.
2010-09-16 Andrew Randrianasuludri/nv04: Don't expose ARB_texture_env_combine/dot3.
2010-09-16 Chia-I Wumesa: Update ES APIspec.xml.
2010-09-16 Vinson Leemesa/st: Silence uninitialized variable warning.
2010-09-15 Brian Paulglsl2: fix signed/unsigned comparison warning
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Andre Maasikasr600c: fix buffer height setting in dri2 case
2010-09-15 Vinson Leemesa: Include missing header in program.h.
2010-09-14 Andre Maasikasr600c: fix setting negative values to bitfields
2010-09-14 Brian Paulmesa: update to version 64 of GL/glext.h
2010-09-14 Brian Paulmesa: move, redefine MESA_GEOMETRY_PROGRAM
2010-09-14 Chia-I Wumesa: Remove unnecessary FEATURE tests.
2010-09-14 Chia-I Wumesa: Less FEATURE_ARB_sync tests.
2010-09-14 Chia-I Wumesa: Remove unused _MESA_INIT_*_FUNCTIONS.
2010-09-14 Luca Barbierimesa/st: ask GLSL to not emit noise since we have a...
2010-09-14 Luca Barbierimesa/st: set compiler options based on Gallium shader...
2010-09-14 Luca Barbierigallium: introduce get_shader_param (ALL DRIVERS CHANGE...
2010-09-14 Luca Barbieriglsl: introduce ir_binop_all_equal and ir_binop_any_equ...
2010-09-13 Ian Romanicki965: Request that returns be lowered in shader main
2010-09-13 Luca Barbieriglsl: call ir_lower_jumps according to compiler options
2010-09-13 Alex Deucherr600c: const buffer sizes must be a multiple of 16...
2010-09-13 Alex Deucherr600c/eg: remove obselete comment
2010-09-13 Alex Deucherr600c/eg: remove unused emit timestamp function
2010-09-13 Alex Deucherr600c/eg: emit CB_BLEND_ALPHA with the other blend...
2010-09-13 Alex Deucherr600c: remove redundant state emit on evergreen
2010-09-13 Kristian Høgsbergmesa: Revert accidentally committed vertex code chunk
2010-09-13 Andre Maasikasr600c: eg: fix typo
2010-09-13 Andre Maasikasr600c: eg: 256 float4 constants may need more than...
2010-09-13 Andre Maasikasr600c: eg - fix uninitialized variable
2010-09-13 Kristian Høgsbergglx: Don't destroy DRI2 drawables for legacy glx drawables
2010-09-13 Andre Maasikasr600c: remove stray unmap call
2010-09-13 Marek Olšákr300/compiler: fix warnings
2010-09-11 Chia-I Wumesa: Fix depend.es[12] generation when LLVM is enabled.
2010-09-11 Tom Stellardr300/compiler: Reorganize presub_helper()
2010-09-11 Tom Stellardr300/compiler: Don't use presubtract in TEX instructions
2010-09-11 Tom Stellardr300/compiler: Print the presub subtract operation...
2010-09-11 Tom Stellardr300/compiler: Fix dataflow bug in presub_helper()
2010-09-11 Tom Stellardr300/compiler: Replace asserts with error messages
2010-09-11 Tom Stellardr300/compiler: Fix copy propigation for some presub...
2010-09-11 Tom Stellardr300/compiler: Add peephole optimization for the 'sub...
2010-09-11 Tom Stellardr300/compiler: Add peephole optimization for the 'add...
2010-09-11 Tom Stellardr300/compiler: Clean up rc_pair_alloc_source()
2010-09-11 Tom Stellardr300/compiler: Enable presubtract sources
2010-09-10 Ian Romanickmesa: Remove unused Emit flags from gl_shader_compiler_...
2010-09-10 Ian Romanickintel: Remove noise opcode support from i915 and i965...
2010-09-10 Alex Deucherr600c: add missing header
2010-09-10 Alex Deucherr600c: add OQ support for evergreen
2010-09-10 Alex Deucherr600c: oq updates
2010-09-10 Alex Deucherr600c: add blit support for evergreen
2010-09-10 Alex Deucherr600c: emit start3d packet on evergreen
2010-09-10 Alex Deucherr600c: fix some typos
2010-09-10 Alex Deucherr600c: fix type in cb setup on evergreen
2010-09-10 Alex Deucherr600c: add support for more rendering formats on evergreen
2010-09-10 Andre Maasikasr600: set correct initial point_minmax values
2010-09-10 Andre Maasikasr600: dont bswap rgba FLOAT formats
2010-09-10 Chia-I Wugallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
2010-09-10 Chia-I Wugallium: Add context profile support to st_api.
2010-09-10 Eric Anholti965: Add switch cases for ir_unop_noise, which should...
2010-09-09 Kristian HøgsbergRevert "glapi: Implement optional dispatch logging"
2010-09-09 Ian Romanickglsl2: Add EmitNoNoise flag, use it to remove noise...
2010-09-09 Ian Romanickglsl2: Add ir_unop_noise
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 Kristian Høgsbergglapi: Implement optional dispatch logging
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 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 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-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øgsbergdri: Unset current context and dispatch table when...
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 Graunkeglsl: Define GL_ES preprocessor macro if API is OpenGL...
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 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 Eric Anholti965: Store the byte address in the VS constant buffer...
2010-09-07 Eric Anholti965: Make pixel_xy results UW.
2010-09-07 Eric Anholti965: Don't bother with RNDZ for f2i.
2010-09-07 Eric Anholti965: Add some validation on BRW_OPCODE_MUL and ADD...
2010-09-07 Eric Anholti965: Add assertion for another requirement about types.
2010-09-07 Eric Anholti965: Align the start of attribute interp coefficients...
2010-09-07 Eric Anholti965: Just assert when we flagged a compile error in...
2010-09-07 Eric Anholti965: Clean up fs_reg setup by using a helper for const...
2010-09-07 Eric Anholti965: When using the new FS backend, don't validate...
next