summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * i915g: add missing and unsupported PIPE_CAPs to avoid debug messages.Stéphane Marchesin2011-06-061-0/+5
| * dri2: protect dri2FlushFrontBuffer against NULL buffers.Stéphane Marchesin2011-06-061-0/+6
| * Gallium: fix indentation in u_blitter.cStéphane Marchesin2011-06-061-1/+1
| * i915g: don't destroy a texture buffer if it's NULL.Stéphane Marchesin2011-06-061-1/+2
| * llvmpipe: use $(CXX) instead of g++ for linking.Stéphane Marchesin2011-06-061-1/+1
| * i965: Update SURFACE_STATE dumping for Ivybridge.Kenneth Graunke2011-06-061-3/+43
| * i965: Update SAMPLER_STATE dumping for Ivybridge.Kenneth Graunke2011-06-061-1/+53
| * i965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge.Kenneth Graunke2011-06-061-2/+38
| * apple: Finish build fixes for applegl_glx.cJeremy Huddleston2011-06-061-3/+2
| * apple: More fixes for compilation failuresJeremy Huddleston2011-06-061-6/+6
| * softpipe: Anisotropic filtering extension.Andreas Faenger2011-06-062-6/+336
| * st/mesa: fix renderbuffer internal format for accum bufferBrian Paul2011-06-061-1/+2
| * util: add \n to debug_checkpoint_fullMarcin Slusarz2011-06-061-1/+1
| * nv50: fix nv50_sampler_state_delete array overflowMarcin Slusarz2011-06-061-1/+1
| * apple: Fix multiple build failures in applegl_glx.cJeremy Huddleston2011-06-052-14/+29
| * apple: Build darwin using applegl rather than indirectJeremy Huddleston2011-06-053-3/+20
| * glx: Dead code removalJeremy Huddleston2011-06-051-2/+0
| * apple: ifdef out come glapi-foo on darwinJeremy Huddleston2011-06-051-0/+4
| * apple: Change from XExtDisplayInfo to struct glx_displayJeremy Huddleston2011-06-051-4/+6
| * dri/nouveau: fix gnome-shell segfaultBen Skeggs2011-06-061-1/+1
| * apple: Rename GLXcontextJeremy Huddleston2011-06-051-1/+1
| * apple: Rename _gl_context_modes_find_visual to glx_config_find_visualJeremy Huddleston2011-06-051-1/+1
| * apple: Re-add driContext and do_destroyJeremy Huddleston2011-06-051-0/+5
| * apple: Rename GLXcontextJeremy Huddleston2011-06-054-6/+6
| * apple: Rename __GLcontextModes to struct glx_configJeremy Huddleston2011-06-052-2/+2
| * apple: Rename glcontextmodes.[ch] to glxconfig.[ch]Jeremy Huddleston2011-06-055-5/+5
| * apple: Update GL specsJeremy Huddleston2011-06-057-439/+4738
| * meta: Don't do sRGB encode for framebuffer blits on sRGB-enabled framebuffers.Eric Anholt2011-06-051-0/+6
| * meta: Don't do srgb to linear decode when blitting srgb textures.Eric Anholt2011-06-051-0/+10
| * glx: Fix use-before-null-check in dri2InvalidateBuffers().Eric Anholt2011-06-031-1/+6
| * i965: Drop remaining strict conformance fallback for GL_POINT_SMOOTH.Eric Anholt2011-06-031-30/+0
| * i965: Drop strict conformance fallback for GL_LINE_STIPPLE.Eric Anholt2011-06-031-18/+0
| * i965: Drop strict conformance fallback for GL_LINE_SMOOTH.Eric Anholt2011-06-031-9/+0
| * i965: Drop strict conformance fallback for GL_POLYGON_SMOOTH.Eric Anholt2011-06-031-6/+0
| * i965: Drop INTEL_CONFORMANCE=2 fallback code.Eric Anholt2011-06-031-3/+0
* | [g3dvl] rework video buffer format handlingChristian König2011-06-074-33/+55
* | xvmc: fix some warning about uninitialized varsChristian König2011-06-071-1/+1
* | [g3dvl] move dummy quantification into xvmc state trackerChristian König2011-06-073-17/+18
* | [g3dvl] split quant matrix out of picture infoChristian König2011-06-054-15/+26
* | [g3dvl] rename map/unmap to begin/end frameChristian König2011-06-054-10/+10
* | [g3dvl] remove unused and dublicate fields from picture structureChristian König2011-06-053-13/+4
* | [g3dvl] use a vertex element instead of the instance idChristian König2011-06-051-2/+1
* | st/mesa: some more merge fixesChristian König2011-06-051-2/+2
* | r600g: some merge fixesChristian König2011-06-052-3/+3
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-05163-12209/+14362
|\|
| * glsl: fixed printing of structure constants.Paul Berry2011-06-031-1/+1
| * AST dump: fixed printing of conditionals.Paul Berry2011-06-031-1/+1
| * r600g: move spi update to only when states change.Dave Airlie2011-06-031-2/+9
| * cso: move cso hashes to a more table driven schemeDave Airlie2011-06-032-84/+21
| * u_prim: convert u_trim_pipe_prim to table driven.Dave Airlie2011-06-031-47/+24