profile/ivi/mesa.git
2009-08-29 Keith Whitwellllvmpipe: also shortcircuit non-texture tile lookups
2009-08-29 Keith Whitwellllvmpipe: shortcircuit repeated lookups of the same...
2009-08-29 Keith Whitwellllvmpipe: remove unused vars in lp_setup.c
2009-08-29 Keith Whitwellllvmpipe: use bitwise logic to setup quad masks in...
2009-08-29 Keith Whitwellllvmpipe: simplify flush_spans
2009-08-29 Keith Whitwellllvmpipe: make some small steps to flush texture cache...
2009-08-29 Keith Whitwellllvmpipe: remove backwards dependency from tilecache...
2009-08-29 José Fonsecallvmpipe: Rename preprocessor symbols too.
2009-08-29 José Fonsecallvmpipe: Pixel packing/unpacking and loop code generators.
2009-08-29 José Fonsecautil: Pixel format database.
2009-08-29 José Fonsecallvmpipe: Fork softpipe for experimentation with llvm.
2009-08-29 Ian RomanickPut 'extern' first on the line to silence GCC warnings.
2009-08-28 Eric Anholti965: Use VBOs in the VBO module on 965, now that we...
2009-08-28 Eric Anholtvbo: Fix array pointer calculation for MapBufferRange...
2009-08-28 Eric Anholtintel: Add support for GL_ARB_map_buffer_range.
2009-08-28 Eric Anholti965: Implement ARB_oq CheckQuery in the intended way.
2009-08-28 Pauli Nieminenradeon: Fix swtcl emit pediction.
2009-08-28 Jakob Bornecrantzi915g: Add cursor case for scanout layout
2009-08-28 Jakob Bornecrantzi915g: Don't forget to init buffer ptrs
2009-08-28 Zack Rusinst/xorg: disable composite accelration for now
2009-08-28 Zack Rusinst/xorg: bind samplers before composition
2009-08-28 Zack Rusinst/xorg: normalize coords for the src operands in the...
2009-08-28 Pauli Nieminenradeon: Fix scissors for dri1.
2009-08-28 Joakim Sindholtr300g: pretty up the new drm code a bit
2009-08-28 Jakob Bornecrantzst/xorg: If migrating from a sw pixmap to a hw pixmap...
2009-08-28 Jakob Bornecrantzst/xorg: Null devPrivate.ptr when unmapping
2009-08-28 Michel Dänzerst/xorg: Fix scons build.
2009-08-28 Joakim Sindholtr300g: support new drm_api
2009-08-28 Jakob Bornecrantzdrm_api: Operate on textures instead of buffers
2009-08-28 Jakob Bornecrantzst/xorg: Fix some warnings
2009-08-28 Jakob Bornecrantzst/dri: Fix some warnings
2009-08-28 Jakob Bornecrantzst/xorg: Pass dri driver name as driverName on screen
2009-08-28 Jakob BornecrantzRevert "st/xorg/dri: Pass texture formats via the DRI2...
2009-08-28 Pauli Nieminenr100/r200: Bring back old PolygonStripple for DRI1.
2009-08-28 Pauli Nieminenr100/r200: Share PolygonStripple code.
2009-08-28 Pauli Nieminenr200: Fix piglit paths test.
2009-08-28 Dave Airlier600: fix scissor also.
2009-08-28 Dave Airlieradeon: fix scissors harder.
2009-08-28 Eric Anholtintel: Add support for ARB_copy_buffer.
2009-08-27 Pauli Nieminenr300: Fix emit prediction to account scissor emitting...
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Brian Pauldocs: fix selection/feedback culling bug
2009-08-27 Brian Paulswrast: fix incorrect tri culling in selection/feedback...
2009-08-27 Eric Anholti915: Fix undefined symbol as of eabe12df44a41e97fb5736...
2009-08-27 Zack Rusinst/xorg: set vertex and fragment shader for the current op
2009-08-27 Zack Rusinst/xorg: bind rasterizer state
2009-08-27 Zack Rusinst/xorg: set blend state for exa
2009-08-27 Zack Rusinst/xorg: bind framebuffer and viewport for exa
2009-08-27 Zack Rusinst/xorg: create and destroy shader cache
2009-08-27 Michel Dänzerst/xorg: Set shared usage of pixmaps for use via DRI2.
2009-08-27 Michel Dänzerst/dri: Make sure the front left renderbuffer is there...
2009-08-27 Michel Dänzerst/xorg: Don't hardcode ExaPrepareCopy to fall back...
2009-08-27 Michel Dänzerst/xorg: Flush context if necessary in ExaPrepareAccess.
2009-08-27 Michel Dänzerst/dri: Only ask for fake front buffer for single buffe...
2009-08-27 Michel Dänzerst/xorg/dri: Pass texture formats via the DRI2 protocol...
2009-08-27 Nicolai Hähnler300: Cleanup reported native program limits
2009-08-27 Nicolai Hähnler300: Debug messages are written to stderr, so fflush...
2009-08-27 Pauli Nieminenradeon/r200/r300: Fix swtcl prediction to work after...
2009-08-27 marvin24mesa: direct program debug output to stderr instead...
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Brian Paulgallium/util: added support for SRGB formats
2009-08-27 Brian Paulgallium/util: added cases for SRGB formats
2009-08-27 Chia-I Wuprogs: EGL/X progs should link to libX11.
2009-08-27 Vinson Leemesa: move decls before code
2009-08-27 Cooper Yuanr300g: Correct scissor setting, subtract 1 from window...
2009-08-27 Dave Airlieradeon: fix scissor calcs.
2009-08-27 Ian Romanicki965: Increase assmebly shader program parameter limits
2009-08-27 Ian RomanickARB prog: Change handling of program parameter limits
2009-08-27 Dave Airlieradeon: fix max indx/vertex emission due to state checker
2009-08-27 Younes Mantonmesa: gitignore
2009-08-27 Younes Mantonnv04: Handle more Z formats.
2009-08-26 Nicolai Hähnler300/compiler: Fix vertex program MAD emit
2009-08-26 Nicolai Hähnler300/compiler: Fix bug in rc_find_free_temporary
2009-08-26 Chia-I Wuegl: Remove Xdpy from EGLDisplay.
2009-08-26 Chia-I Wuegl_glx: Make fbconfigs and visuals per display.
2009-08-26 Chia-I Wuegl_softpipe: Make winsys and pipe screen per display.
2009-08-26 Chia-I WuEGL_i915: Make struct drm_device per display.
2009-08-26 Pauli NieminenMerge branch 'fix_r300_swtcl' into push_master
2009-08-26 Pauli Nieminenradeon: Fix loop en condition so debug output doesn...
2009-08-26 Pauli Nieminenradeon: Make RADEON_CMDBUF more fine grained.
2009-08-26 Pauli Nieminenradeon/r200/r300: Fix swtcl flushing not to invalidate...
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian Pauli965: init the tex_units_used field
2009-08-26 Brian Pauli965: fix incorrect tex unit in emit_tex() and emit_txb()
2009-08-26 Brian Pauli965: clean-up tex target switches
2009-08-26 Brian Paulglsl: asst. clean-ups in set_program_uniform()
2009-08-26 Brian Paulglsl: signal that the program needs to be re-translated...
2009-08-26 Brian Paulprogs/glsl: asst. changes in shtest.c
2009-08-26 Brian Pauli965: added texture unit sanity check
2009-08-26 Brian Pauli965: keep track of which texture units the fragment...
2009-08-26 Brian Pauldocs: document sampler array bug fix
2009-08-26 Brian Pauli965: clean up texture target switches
2009-08-26 Brian Paulmesa: var renaming, new assertion
2009-08-26 Brian Paulmesa: additional instruction field size assertions
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian Paulprogs/glsl: handle window resizes in texaaline.c
2009-08-26 Brian Paulprogs/glsl: add special Makefile rule for samplers_array
2009-08-26 Brian Paulprogs/glsl: change samplers.c to better test sampler...
2009-08-26 Brian Paulglsl: fix bug in sampler array indexing
2009-08-26 Alex Deucherr600: fix two sided stencil
next