summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-10-15egl: Rework eglSwapInterval.Chia-I Wu4-8/+35
2009-10-15egl: Rework error checking in eglSwapBuffers.Chia-I Wu1-0/+15
2009-10-15egl: Update comments about eglapi.c.Chia-I Wu1-5/+20
2009-10-15egl: Rework error checking in eglGetCurrentSurface.Chia-I Wu1-2/+20
2009-10-15egl: Include GL header in eglconfigutil.h.Chia-I Wu1-1/+1
2009-10-15egl: Fix GLX_USE_TLS build.Chia-I Wu1-1/+1
2009-10-15egl: Fix eglCheckConfigHandle.Chia-I Wu1-5/+4
2009-10-14trace: Handle transfer returning nullJakob Bornecrantz1-1/+2
2009-10-15st/xorg: fix most of the composition modesZack Rusin1-8/+32
2009-10-14r300g: Move ZTOP to its own state atom.Corbin Simpson4-7/+12
2009-10-14mesa: added VERBOSE_SWAPBUFFERSBrian Paul3-2/+6
2009-10-14vbo: clean-ups, reformattingBrian Paul1-25/+24
2009-10-14mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.Brian Paul3-1/+34
2009-10-14mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it doesBrian Paul3-3/+3
2009-10-14mesa: remove unused ctx->Driver.PrioritizeTextures() hookBrian Paul4-10/+0
2009-10-14mesa: remove unused ctx->Driver.TextureMatrix() hookBrian Paul3-9/+0
2009-10-13st/xorg: Fix dpms include problemsJakob Bornecrantz2-3/+2
2009-10-14st/xorg: get transparency on fills working (fixes Qt/KDE apps)Zack Rusin2-7/+15
2009-10-14i915g: Fix warningsJakob Bornecrantz2-2/+2
2009-10-14r600: enable EXT_vertex_array_bgra extensionsAlex Deucher1-0/+1
2009-10-14util: Fix cpu detection on Windows. Cleanup.José Fonseca1-10/+9
2009-10-14llvmpipe: Use ALIGN_STACK.José Fonseca1-0/+1
2009-10-14gallium: New ALIGN_STACK macro to tell gcc to align stack pointer.José Fonseca1-0/+6
2009-10-14Merge branch 'mesa_7_6_branch'Brian Paul1-3/+3
2009-10-14mesa: remove left-over debug printfBrian Paul1-1/+0
2009-10-14r300g: Move ztop to derived state.Corbin Simpson2-10/+36
2009-10-14r300g: Compiler warning cleanup.Corbin Simpson4-11/+3
2009-10-14r300g: remove buffer add that should be unnecessary.Dave Airlie1-6/+0
2009-10-14r300g: add QUERY to KITCHEN_SINKDave Airlie1-1/+1
2009-10-14r300g: add one more ZTOP disable bit.Dave Airlie2-1/+9
2009-10-14r300g: port over last parts of oq support.Dave Airlie5-9/+16
2009-10-14r300g: convert query to a state for emitting.Dave Airlie3-5/+20
2009-10-14r300g: fixup arb occulsion query support.Dave Airlie11-43/+134
2009-10-14r300g: attempt to make bo space check sane.Dave Airlie4-3/+38
2009-10-14r300g: fix case where texture unit 0 is disabled but unit 1 is enabled.Dave Airlie1-7/+9
2009-10-13mesa: minor tweak to printf stringBrian Paul1-1/+1
2009-10-13mesa: rework _mesa_read_shader() debug hookBrian Paul1-12/+12
2009-10-13mesa: don't print pointer in _mesa_fprint_parameter_list()Brian Paul1-1/+2
2009-10-13Store clipping distance for user clip planes as part of vertex processingIan Romanick4-18/+132
2009-10-13nouveau: nv30: use texture width,height for render target dimensionsPatrice Mandin1-3/+2
2009-10-13egl: Improve logging facility.Chia-I Wu3-54/+145
2009-10-13egl: Allow binding to any client API.Chia-I Wu5-42/+19
2009-10-13egl: Preload a driver if eglGetProcAddress is called early.Chia-I Wu1-0/+4
2009-10-13egl: Remove core functions from eglGetProcAddress.Chia-I Wu1-45/+16
2009-10-13egl: Add support for driver built-in.Chia-I Wu2-68/+93
2009-10-13st/xorg: solid fills with masks are supportedZack Rusin1-6/+1
2009-10-13intel: fix broken sw generate mipmap pathBrian Paul1-0/+22
2009-10-13st/xorg: fix and enable by default xrender accelerationZack Rusin3-4/+17
2009-10-13mesa: whitespace fixesBrian Paul1-2/+2
2009-10-13mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback()Brian Paul1-7/+48