summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* egl: Rework error checking in eglSwapBuffers.Chia-I Wu2009-10-151-0/+15
* egl: Update comments about eglapi.c.Chia-I Wu2009-10-151-5/+20
* egl: Rework error checking in eglGetCurrentSurface.Chia-I Wu2009-10-151-2/+20
* egl: Include GL header in eglconfigutil.h.Chia-I Wu2009-10-151-1/+1
* egl: Fix GLX_USE_TLS build.Chia-I Wu2009-10-151-1/+1
* egl: Fix eglCheckConfigHandle.Chia-I Wu2009-10-151-5/+4
* trace: Handle transfer returning nullJakob Bornecrantz2009-10-141-1/+2
* st/xorg: fix most of the composition modesZack Rusin2009-10-151-8/+32
* r300g: Move ZTOP to its own state atom.Corbin Simpson2009-10-144-7/+12
* mesa: added VERBOSE_SWAPBUFFERSBrian Paul2009-10-143-2/+6
* vbo: clean-ups, reformattingBrian Paul2009-10-141-25/+24
* mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.Brian Paul2009-10-143-1/+34
* mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it doesBrian Paul2009-10-143-3/+3
* mesa: remove unused ctx->Driver.PrioritizeTextures() hookBrian Paul2009-10-144-10/+0
* mesa: remove unused ctx->Driver.TextureMatrix() hookBrian Paul2009-10-143-9/+0
* st/xorg: Fix dpms include problemsJakob Bornecrantz2009-10-132-3/+2
* st/xorg: get transparency on fills working (fixes Qt/KDE apps)Zack Rusin2009-10-142-7/+15
* i915g: Fix warningsJakob Bornecrantz2009-10-142-2/+2
* r600: enable EXT_vertex_array_bgra extensionsAlex Deucher2009-10-141-0/+1
* util: Fix cpu detection on Windows. Cleanup.José Fonseca2009-10-141-10/+9
* llvmpipe: Use ALIGN_STACK.José Fonseca2009-10-141-0/+1
* gallium: New ALIGN_STACK macro to tell gcc to align stack pointer.José Fonseca2009-10-141-0/+6
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-141-3/+3
|\
| * i965: Fix the last valid address setting for the index buffer.Eric Anholt2009-10-111-1/+1
| * i965: Fix the bounds emitted in the vertex buffer packets.Eric Anholt2009-10-111-2/+2
* | mesa: remove left-over debug printfBrian Paul2009-10-141-1/+0
* | r300g: Move ztop to derived state.Corbin Simpson2009-10-142-10/+36
* | r300g: Compiler warning cleanup.Corbin Simpson2009-10-144-11/+3
* | r300g: remove buffer add that should be unnecessary.Dave Airlie2009-10-141-6/+0
* | r300g: add QUERY to KITCHEN_SINKDave Airlie2009-10-141-1/+1
* | r300g: add one more ZTOP disable bit.Dave Airlie2009-10-142-1/+9
* | r300g: port over last parts of oq support.Dave Airlie2009-10-145-9/+16
* | r300g: convert query to a state for emitting.Dave Airlie2009-10-143-5/+20
* | r300g: fixup arb occulsion query support.Dave Airlie2009-10-1411-43/+134
* | r300g: attempt to make bo space check sane.Dave Airlie2009-10-144-3/+38
* | r300g: fix case where texture unit 0 is disabled but unit 1 is enabled.Dave Airlie2009-10-141-7/+9
* | mesa: minor tweak to printf stringBrian Paul2009-10-131-1/+1
* | mesa: rework _mesa_read_shader() debug hookBrian Paul2009-10-131-12/+12
* | mesa: don't print pointer in _mesa_fprint_parameter_list()Brian Paul2009-10-131-1/+2
* | Store clipping distance for user clip planes as part of vertex processingIan Romanick2009-10-134-18/+132
* | nouveau: nv30: use texture width,height for render target dimensionsPatrice Mandin2009-10-131-3/+2
* | egl: Improve logging facility.Chia-I Wu2009-10-133-54/+145
* | egl: Allow binding to any client API.Chia-I Wu2009-10-135-42/+19
* | egl: Preload a driver if eglGetProcAddress is called early.Chia-I Wu2009-10-131-0/+4
* | egl: Remove core functions from eglGetProcAddress.Chia-I Wu2009-10-131-45/+16
* | egl: Add support for driver built-in.Chia-I Wu2009-10-132-68/+93
* | st/xorg: solid fills with masks are supportedZack Rusin2009-10-131-6/+1
* | intel: fix broken sw generate mipmap pathBrian Paul2009-10-131-0/+22
* | st/xorg: fix and enable by default xrender accelerationZack Rusin2009-10-133-4/+17
* | mesa: whitespace fixesBrian Paul2009-10-131-2/+2