index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
r600g: use an enabled list to track enabled blocks.
Dave Airlie
2011-06-07
4
-35
/
+56
|
|
*
r600g/winsys: overhaul resource range/blocks.
Dave Airlie
2011-06-07
4
-65
/
+110
|
|
*
r600g: split out block init
Dave Airlie
2011-06-07
1
-46
/
+55
|
|
*
r600g: move resource setting to its own structures.
Dave Airlie
2011-06-07
8
-172
/
+140
|
|
*
r600g: only call bo loop if nbos is positive.
Dave Airlie
2011-06-07
1
-17
/
+19
|
|
*
r600g: don't need to call the packet dirty function if not dirty.
Dave Airlie
2011-06-07
2
-11
/
+16
|
*
|
i915g: Do generic remapping.
Stéphane Marchesin
2011-06-06
3
-92
/
+119
|
|
/
|
*
i915g: implement more opcodes.
Stéphane Marchesin
2011-06-06
1
-12
/
+82
|
*
i915g: implement TGSI_OPCODE_SEQ.
Stéphane Marchesin
2011-06-06
1
-0
/
+28
|
*
i915g: handle varyings properly.
Stéphane Marchesin
2011-06-06
2
-9
/
+27
|
*
i915g: add missing and unsupported PIPE_CAPs to avoid debug messages.
Stéphane Marchesin
2011-06-06
1
-0
/
+5
|
*
dri2: protect dri2FlushFrontBuffer against NULL buffers.
Stéphane Marchesin
2011-06-06
1
-0
/
+6
|
*
Gallium: fix indentation in u_blitter.c
Stéphane Marchesin
2011-06-06
1
-1
/
+1
|
*
i915g: don't destroy a texture buffer if it's NULL.
Stéphane Marchesin
2011-06-06
1
-1
/
+2
|
*
llvmpipe: use $(CXX) instead of g++ for linking.
Stéphane Marchesin
2011-06-06
1
-1
/
+1
|
*
i965: Update SURFACE_STATE dumping for Ivybridge.
Kenneth Graunke
2011-06-06
1
-3
/
+43
|
*
i965: Update SAMPLER_STATE dumping for Ivybridge.
Kenneth Graunke
2011-06-06
1
-1
/
+53
|
*
i965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge.
Kenneth Graunke
2011-06-06
1
-2
/
+38
|
*
apple: Package applegl source into MesaLib tarball
Jeremy Huddleston
2011-06-06
1
-0
/
+12
|
*
darwin: Define GALLIUM_DRIVERS_DIRS in darwin config
Jeremy Huddleston
2011-06-06
1
-0
/
+2
|
*
apple: Finish build fixes for applegl_glx.c
Jeremy Huddleston
2011-06-06
1
-3
/
+2
|
*
apple: More fixes for compilation failures
Jeremy Huddleston
2011-06-06
1
-6
/
+6
|
*
softpipe: Anisotropic filtering extension.
Andreas Faenger
2011-06-06
2
-6
/
+336
|
*
st/mesa: fix renderbuffer internal format for accum buffer
Brian Paul
2011-06-06
1
-1
/
+2
|
*
util: add \n to debug_checkpoint_full
Marcin Slusarz
2011-06-06
1
-1
/
+1
|
*
nv50: fix nv50_sampler_state_delete array overflow
Marcin Slusarz
2011-06-06
1
-1
/
+1
|
*
apple: Fix multiple build failures in applegl_glx.c
Jeremy Huddleston
2011-06-05
2
-14
/
+29
|
*
apple: Build darwin using applegl rather than indirect
Jeremy Huddleston
2011-06-05
3
-3
/
+20
|
*
glx: Dead code removal
Jeremy Huddleston
2011-06-05
1
-2
/
+0
|
*
apple: ifdef out come glapi-foo on darwin
Jeremy Huddleston
2011-06-05
1
-0
/
+4
|
*
apple: Change from XExtDisplayInfo to struct glx_display
Jeremy Huddleston
2011-06-05
1
-4
/
+6
|
*
dri/nouveau: fix gnome-shell segfault
Ben Skeggs
2011-06-06
1
-1
/
+1
|
*
apple: Rename GLXcontext
Jeremy Huddleston
2011-06-05
1
-1
/
+1
|
*
apple: Rename _gl_context_modes_find_visual to glx_config_find_visual
Jeremy Huddleston
2011-06-05
1
-1
/
+1
|
*
apple: Re-add driContext and do_destroy
Jeremy Huddleston
2011-06-05
1
-0
/
+5
|
*
apple: Rename GLXcontext
Jeremy Huddleston
2011-06-05
4
-6
/
+6
|
*
apple: Rename __GLcontextModes to struct glx_config
Jeremy Huddleston
2011-06-05
2
-2
/
+2
|
*
apple: Rename glcontextmodes.[ch] to glxconfig.[ch]
Jeremy Huddleston
2011-06-05
5
-5
/
+5
|
*
apple: Update GL specs
Jeremy Huddleston
2011-06-05
7
-439
/
+4738
|
*
meta: Don't do sRGB encode for framebuffer blits on sRGB-enabled framebuffers.
Eric Anholt
2011-06-05
1
-0
/
+6
|
*
meta: Don't do srgb to linear decode when blitting srgb textures.
Eric Anholt
2011-06-05
1
-0
/
+10
|
*
glx: Fix use-before-null-check in dri2InvalidateBuffers().
Eric Anholt
2011-06-03
1
-1
/
+6
|
*
i965: Drop remaining strict conformance fallback for GL_POINT_SMOOTH.
Eric Anholt
2011-06-03
1
-30
/
+0
|
*
i965: Drop strict conformance fallback for GL_LINE_STIPPLE.
Eric Anholt
2011-06-03
1
-18
/
+0
|
*
i965: Drop strict conformance fallback for GL_LINE_SMOOTH.
Eric Anholt
2011-06-03
1
-9
/
+0
|
*
i965: Drop strict conformance fallback for GL_POLYGON_SMOOTH.
Eric Anholt
2011-06-03
1
-6
/
+0
|
*
i965: Drop INTEL_CONFORMANCE=2 fallback code.
Eric Anholt
2011-06-03
1
-3
/
+0
*
|
[g3dvl] rework video buffer format handling
Christian König
2011-06-07
4
-33
/
+55
*
|
xvmc: fix some warning about uninitialized vars
Christian König
2011-06-07
1
-1
/
+1
*
|
[g3dvl] move dummy quantification into xvmc state tracker
Christian König
2011-06-07
3
-17
/
+18
[prev]
[next]