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
*
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
*
intel: Refactor intel_miptree_map/unmap
Chad Versace
2012-08-07
1
-17
/
+50
*
i965: Mark needed downsamples for msaa winsys buffers
Chad Versace
2012-08-07
2
-0
/
+13
*
intel: Define functions for up/downsampling on miptrees
Chad Versace
2012-08-07
1
-2
/
+72
*
intel: Allocate miptree for multisample DRI2 buffers
Chad Versace
2012-08-07
3
-8
/
+162
*
intel: Refactor creation of hiz and mcs miptrees
Chad Versace
2012-08-07
2
-16
/
+19
*
intel: Set num samples for winsys renderbuffers
Chad Versace
2012-08-07
3
-11
/
+21
*
intel: Refactor quantize_num_samples
Chad Versace
2012-08-07
2
-3
/
+7
*
intel: Update stale comment for intel_miptree_slice::map
Chad Versace
2012-08-07
1
-2
/
+2
*
i965: add more Haswell PCI IDs
Paulo Zanoni
2012-08-07
2
-4
/
+98
*
mesa: Make ARB_sampler_objects mandatory
Pauli Nieminen
2012-08-01
1
-1
/
+0
*
i965/msaa: Allow GL_SAMPLES to be set to 1 prior to Gen6.
Paul Berry
2012-08-01
1
-1
/
+9
*
i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.
Paul Berry
2012-08-01
1
-3
/
+3
*
intel: Use consistent pattern in intelCreateBuffer
Chad Versace
2012-08-01
1
-4
/
+2
*
intel: Decrease nesting level in intelCreateBuffer
Chad Versace
2012-08-01
1
-66
/
+63
*
intel: Remove dead code in intelAllocateBuffer
Chad Versace
2012-08-01
1
-85
/
+7
*
intel: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-1
/
+1
*
i965/msaa: Use MESA_FORMAT_R8 for MCS buffer.
Paul Berry
2012-07-27
1
-1
/
+1
*
intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
6
-8
/
+12
[next]