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
Commit message (
Expand
)
Author
Age
Files
Lines
*
xlib: add null ctx check in glXDestroyContext()
Brian Paul
2013-05-24
1
-10
/
+12
*
i965: Go back to using the kernel SOL reset feature.
Kenneth Graunke
2013-05-23
3
-8
/
+7
*
i965: Enable guardband clipping on Gen4/5.
Chris Forbes
2013-05-24
1
-3
/
+45
*
intel: Count fragments in our blitter-based glBitmap() path.
Eric Anholt
2013-05-22
1
-8
/
+12
*
i965: Shut up more compiler warnings from vector insert/extract changes.
Eric Anholt
2013-05-22
1
-0
/
+8
*
i965: Skip etc-to-rgb transcode on BayTrail.
Eric Anholt
2013-05-20
1
-31
/
+33
*
i965: Split BeginTransformFeedback hook into Gen6 and Gen7+ variants.
Kenneth Graunke
2013-05-21
4
-29
/
+42
*
i965: Kill software primitive counting entirely.
Kenneth Graunke
2013-05-21
6
-108
/
+22
*
i965: Remove software geometry query code.
Kenneth Graunke
2013-05-21
4
-71
/
+0
*
i965: Delete unused brw->sol.offset_0_batch_start field.
Kenneth Graunke
2013-05-21
3
-8
/
+0
*
i965: Stop using the kernel SOL reset feature.
Kenneth Graunke
2013-05-21
3
-10
/
+8
*
i965: Remove dead code for Gen7 SOL without hardware contexts.
Kenneth Graunke
2013-05-21
1
-15
/
+0
*
i965: Add a macro for accessing the SO_WRITE_OFFSET[0-3] registers.
Kenneth Graunke
2013-05-21
1
-0
/
+2
*
xlib: check for null ctx pointer in glXIsDirect()
Brian Paul
2013-05-21
1
-1
/
+1
*
i965: Fix build failure
Anuj Phogat
2013-05-20
1
-0
/
+1
*
i965: Implement transform feedback query support in hardware on Gen6+.
Kenneth Graunke
2013-05-20
1
-35
/
+60
*
i965: Handle rasterizer discard in the clipper rather than GS on Gen6.
Kenneth Graunke
2013-05-20
4
-40
/
+11
*
i965: Handle rasterizer discard in the clipper rather than SOL on Gen7.
Kenneth Graunke
2013-05-20
2
-7
/
+11
*
i965: Disable clipper statistics when meta operations are in progress.
Kenneth Graunke
2013-05-20
2
-4
/
+9
*
i965: Create a BRW_NEW_META_IN_PROGRESS state flag.
Kenneth Graunke
2013-05-20
2
-1
/
+12
*
i965: Add #defines for the pipeline statistics counter registers.
Kenneth Graunke
2013-05-20
1
-0
/
+13
*
i965: Rely on hardware contexts for query objects on Gen6+.
Kenneth Graunke
2013-05-20
5
-73
/
+423
*
i965: Disable pixel statistics in BLORP.
Kenneth Graunke
2013-05-20
2
-2
/
+0
*
i965: Require hardware contexts (and thus Kernel 3.6) on Gen6+.
Kenneth Graunke
2013-05-20
2
-8
/
+17
*
i965: Bump kernel requirement to 3.3 on Ivybridge.
Kenneth Graunke
2013-05-20
3
-21
/
+12
*
i965: Add cases for ir_triop_vector_insert that assert.
Kenneth Graunke
2013-05-20
2
-0
/
+5
*
i965: Add cases for ir_binop_vector_extract that assert.
Kenneth Graunke
2013-05-20
2
-0
/
+5
*
mesa: Make FinishRenderTexture just take the renderbuffer being finished.
Eric Anholt
2013-05-17
3
-8
/
+5
*
mesa: Track the TexImage being rendered to in the gl_renderbuffer.
Eric Anholt
2013-05-17
5
-33
/
+18
*
radeon: Remove dead radeon_wrap_texture().
Eric Anholt
2013-05-17
1
-30
/
+0
*
mesa: Make gl_renderbuffers backed by EGL images use FinishRenderTexture.
Eric Anholt
2013-05-17
3
-10
/
+11
*
intel: Don't spam "intelReadPixels: fallback to swrast" in non-PBO case.
Kenneth Graunke
2013-05-16
1
-11
/
+10
*
intel: Do a depth resolve before copying images between miptrees.
Paul Berry
2013-05-16
1
-0
/
+6
*
i965: Fill in brw_format_for_mesa_format for some non-rendering formats.
Eric Anholt
2013-05-15
1
-18
/
+18
*
i965: Use native RGB_FLOAT16 support when available.
Eric Anholt
2013-05-15
1
-1
/
+1
*
intel: Add support for blitting 6 byte-per-pixel formats.
Eric Anholt
2013-05-15
1
-7
/
+14
*
i965: Use the Mesa surface formats for float RGB surfaces.
Eric Anholt
2013-05-15
1
-2
/
+2
*
i965: Use the new XRGB UNORM formats.
Eric Anholt
2013-05-15
1
-3
/
+3
*
radeon: Use accessor for stencil reference values
Chris Forbes
2013-05-15
2
-2
/
+5
*
nouveau: Use accessor for stencil reference values
Chris Forbes
2013-05-15
2
-2
/
+5
*
intel: Use accessor for stencil reference values
Chris Forbes
2013-05-15
3
-8
/
+11
*
i965: Add missing Haswell GT3 Desktop to IS_HSW_GT3 check.
Rodrigo Vivi
2013-05-13
1
-2
/
+2
*
i965: write layer if gl_Layer is used in VS
Jordan Justen
2013-05-13
1
-0
/
+4
*
glsl: Add lowering pass for ir_triop_vector_insert
Ian Romanick
2013-05-13
1
-0
/
+1
*
i965/vs: Set the PreferDP4 shader compiler option.
Kenneth Graunke
2013-05-12
1
-0
/
+2
*
mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.
Kenneth Graunke
2013-05-12
2
-2
/
+2
*
glsl: Pass struct shader_compiler_options into do_common_optimization.
Kenneth Graunke
2013-05-12
1
-1
/
+2
*
mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECT
Marek Olšák
2013-05-11
6
-6
/
+21
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
10
-16
/
+16
*
i965: Actually use the user timeout in glClientWaitSync.
Ben Widawsky
2013-05-09
1
-9
/
+1
[next]