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
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri: Rework planar image interface
Jakob Bornecrantz
2012-08-31
2
-8
/
+153
*
mesa: fix-up and use _mesa_delete_renderbuffer()
Brian Paul
2012-08-31
1
-1
/
+1
*
i965: Advertise GLSL 1.40 and TexBOs in core contexts
Ian Romanick
2012-08-29
1
-1
/
+9
*
intel: Clean up bits of cruft in intelCreateContext
Ian Romanick
2012-08-29
1
-40
/
+11
*
i965: Set context flags
Ian Romanick
2012-08-29
1
-2
/
+3
*
mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers
Ian Romanick
2012-08-29
1
-2
/
+0
*
i965: Disable the swrast context setup on GL 3.1 core.
Eric Anholt
2012-08-28
2
-14
/
+31
*
intel: Move RenderMode fallback func to i915 driver.
Eric Anholt
2012-08-28
3
-18
/
+0
*
i965: Drop support for forcing drawing through sw fallbacks.
Eric Anholt
2012-08-28
1
-0
/
+2
*
i965: Move depth resolve for span fallbacks to a simpler place.
Eric Anholt
2012-08-28
2
-28
/
+3
*
i965: Drop manual hiz resolves in span rendering.
Eric Anholt
2012-08-28
1
-10
/
+0
*
i965: Reenable the fragment shader precompile.
Kenneth Graunke
2012-08-27
1
-1
/
+1
*
i965/gen6+: Add support for GL_ARB_timer_query.
Eric Anholt
2012-08-26
2
-0
/
+10
*
i965: Add support for GL_ARB_occlusion_query2.
Eric Anholt
2012-08-26
1
-0
/
+1
*
dri: Remove image write function
Jakob Bornecrantz
2012-08-26
2
-29
/
+0
*
i965: Un-hardcode WM binding table from update_texture_surface.
Kenneth Graunke
2012-08-25
1
-1
/
+4
*
mesa: add texture target field to ChooseTextureFormat() driver hook
Brian Paul
2012-08-24
1
-1
/
+2
*
i965/HiZ: remove assertion from intel_resolve_map_set().
Paul Berry
2012-08-24
1
-3
/
+3
*
mesa: new _mesa_num_tex_faces() helper
Brian Paul
2012-08-24
2
-4
/
+5
*
i965: add ARB_texture_rgb10_a2ui support
Jordan Justen
2012-08-14
1
-0
/
+1
*
intel: Fix rendering to a multisample front buffer
Chad Versace
2012-08-14
1
-0
/
+10
*
intel: Clean up intel_flush_front
Chad Versace
2012-08-14
1
-4
/
+5
*
intel: Refactor intel_downsample_for_dri2_flush
Chad Versace
2012-08-14
3
-30
/
+34
*
intel: Implement ARB_texture_storage
Ian Romanick
2012-08-14
2
-0
/
+27
*
i965: Validate API and version in brwCreateContext
Ian Romanick
2012-08-13
1
-2
/
+6
*
i915: Validate API and version in i915CreateContext
Ian Romanick
2012-08-13
1
-0
/
+4
*
i830: Validate API and version before calling i830CreateContext
Ian Romanick
2012-08-13
1
-0
/
+18
*
intel: In the i915 driver, the chipset cannot be i965
Ian Romanick
2012-08-13
1
-8
/
+5
*
dri: Pass API_OPENGL_CORE through to the drivers
Ian Romanick
2012-08-13
1
-0
/
+17
*
intel: Reserve enough space to finish occlusion queries on Gen6.
Kenneth Graunke
2012-08-12
1
-1
/
+11
*
intel: Move finish_batch() call before MI_BATCH_BUFFER_END and padding.
Kenneth Graunke
2012-08-12
1
-3
/
+3
*
i965: Add perf debug for stalls during shader compiles.
Eric Anholt
2012-08-12
2
-0
/
+14
*
intel: Add performance debug for some common GPU stalls.
Eric Anholt
2012-08-12
2
-1
/
+13
*
i965: Add INTEL_DEBUG=perf for failure to compile 16-wide shaders.
Eric Anholt
2012-08-12
1
-0
/
+5
*
intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.
Eric Anholt
2012-08-12
3
-5
/
+6
*
mesa: Remove unnecessary parameters from AllocTextureImageBuffer
Pauli Nieminen
2012-08-12
2
-8
/
+5
*
mesa: Remove unnecessary parameters from TexImage
Pauli Nieminen
2012-08-12
1
-13
/
+9
*
intel: Always downsample in intel_miptree_map_multisample
Chad Versace
2012-08-09
1
-3
/
+0
*
intel: Make the length for PIPE_CONTROL explicit.
Kenneth Graunke
2012-08-08
2
-9
/
+9
*
i965: Enable uniform buffer objects on gen6+.
Eric Anholt
2012-08-07
1
-0
/
+1
*
i965: Add an offset argument to constant buffer setup.
Eric Anholt
2012-08-07
1
-0
/
+1
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
1
-3
/
+1
*
intel: Fix compiler warnings from winsys msaa.
Eric Anholt
2012-08-07
1
-1
/
+1
*
intel: Advertise multisample DRI2 configs on gen >= 6
Chad Versace
2012-08-07
1
-3
/
+51
*
intel: Clarify intel_screen_make_configs
Chad Versace
2012-08-07
1
-20
/
+16
*
dri: Simplify use of driConcatConfigs
Chad Versace
2012-08-07
1
-8
/
+2
*
intel: Refactor creation of DRI2 configs
Chad Versace
2012-08-07
1
-91
/
+98
*
intel: Downsample on DRI2 flush
Chad Versace
2012-08-07
1
-0
/
+31
*
intel: Support mapping multisample miptrees
Chad Versace
2012-08-07
2
-6
/
+126
*
intel: Refactor use of intel_miptree_map
Chad Versace
2012-08-07
1
-15
/
+50
[next]