summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* egl: Mark _eglCheckResource as PUBLIC.Chia-I Wu2010-01-261-1/+1
* glsl/pp: Silence GCC "no previous prototype" warning.Vinson Lee2010-01-261-1/+1
* intel: Don't do client-side frame throttling with DRI2 SwapBuffers.Eric Anholt2010-01-253-1/+7
* Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame d...Eric Anholt2010-01-252-21/+20
* i965: Remove unnecessary malloc/free in VS binding table setup.Eric Anholt2010-01-252-4/+3
* i965: Fix build after merge of mesa stable branch.Eric Anholt2010-01-251-0/+1
* glx: Build GLX normally.Chia-I Wu2010-01-261-12/+9
* egl/xdri: Update with glxclient.h change.Chia-I Wu2010-01-261-1/+0
* mesa: misc GLX_INTEL_swap_event fixesRobert Bragg2010-01-253-10/+22
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-2593-198/+87
|\
| * st/xorg: Fix crash on resize with libkmsJakob Bornecrantz2010-01-251-2/+12
| * vega: fix incorrect samplers, textures indexes in blend_bind_samplers()Igor Oliveira2010-01-251-2/+2
| * vmware/xorg: Do buffer round-robin logic differentlyJakob Bornecrantz2010-01-251-1/+2
| * st/xorg: Improve options and print them to logJakob Bornecrantz2010-01-252-3/+18
| * vmware/xorg: Export pci_probe function for ugly chain-loadingJakob Bornecrantz2010-01-251-5/+5
| * st/xorg: Export helper function for detecting modesettingJakob Bornecrantz2010-01-252-0/+23
| * st/xorg: Fix warningJakob Bornecrantz2010-01-251-0/+2
| * st/mesa: fix int->uint conversion for negative scissor bound valuesBrian Paul2010-01-241-4/+9
| * mesa: move _mesa_debug() call earlier in _mesa_ScissorBrian Paul2010-01-241-3/+3
| * st/mesa: fix unsigned/signed breakage in scissorXavier Chantry2010-01-241-4/+4
| * r200: Silence fprintf format warning.Vinson Lee2010-01-241-1/+1
| * x86: Do not build read_rgba_span_x86.S on Mac OS X.Vinson Lee2010-01-231-2/+2
| * x86: Do not use .hidden pseudo-op on Mac OS X.Vinson Lee2010-01-231-2/+2
| * glapi: Do not use .type pseudo-op on Mac OS X.Vinson Lee2010-01-232-2/+2
| * r300: Remove unnecessary headers.Vinson Lee2010-01-2311-39/+0
| * intel: Remove unnecessary headers.Vinson Lee2010-01-2315-32/+0
| * radeon: Remove unused variable.Vinson Lee2010-01-231-1/+0
| * tdfx: Remove unnecessary headers.Vinson Lee2010-01-238-22/+0
| * sis: Remove unnecessary headers.Vinson Lee2010-01-239-16/+0
| * savage: Remove unnecessary headers.Vinson Lee2010-01-236-11/+0
| * mga: Remove unnecessary headers.Vinson Lee2010-01-237-16/+0
| * i965: Remove unnecessary headers.Vinson Lee2010-01-2218-31/+0
| * i915: Remove unnecessary headers.Vinson Lee2010-01-225-13/+0
| * gallium/util: fix incorrect shift in a4r4g4b4_put_tile_rgba()Brian Paul2010-01-221-1/+1
* | r300: rv350+ support FLT16_2/4 vertex formatsAlex Deucher2010-01-251-1/+1
* | r300g: Finish and enable immediate mode.Corbin Simpson2010-01-253-53/+106
* | radeong: Make sure that we're not emitting relocations for local buffers.Corbin Simpson2010-01-251-2/+6
* | radeong: Make is_r3xx inline to avoid warnings.Corbin Simpson2010-01-251-1/+1
* | radeong: Clean up domain usages.Corbin Simpson2010-01-251-11/+18
* | Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson2010-01-258-219/+67
* | Fix compressed texture loads for non-minimal pitches againLuca Barbieri2010-01-251-2/+4
* | winsys/drm: Correctly install EGL drivers.Chia-I Wu2010-01-251-1/+1
* | pipebuffer: Reapply the mesa_7_7_branch's changes.José Fonseca2010-01-252-335/+769
* | llvmpipe: Remove lp_tex_sample_c.c again.José Fonseca2010-01-251-1712/+0
* | gallium-docs: Add note on scissor.Corbin Simpson2010-01-251-1/+4
* | r300g,radeong: finish and enable the immediate modeMarek Olšák2010-01-248-67/+219
* | r300g: fix zero-area scissorMarek Olšák2010-01-241-0/+16
* | r300g,radeong: set tiling flags in libdrmMarek Olšák2010-01-243-0/+35
* | radeong: do not emit a zero-sized command streamMarek Olšák2010-01-241-0/+5
* | egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-259-23/+26