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
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri: Move the compile of the common files to a convenience library.
Eric Anholt
2012-01-26
1
-10
/
+3
*
i965/vs: Use the sampler for VS pull constant loading on Ivybridge.
Kenneth Graunke
2012-01-26
1
-0
/
+17
*
i965: Expose brw_set_sampler_message for use outside brw_eu_emit.c.
Kenneth Graunke
2012-01-26
2
-10
/
+22
*
i965/gen6/GT1: Increase max_vs_entries to 256.
Paul Berry
2012-01-25
1
-1
/
+1
*
i965/gen6: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.
Paul Berry
2012-01-25
1
-1
/
+4
*
i965/gen6+: Work around GPU hangs with logic ops on integer textures.
Eric Anholt
2012-01-24
1
-2
/
+7
*
i965/gen6+: Disable blending, alpha test, and dither on integer FBOs.
Eric Anholt
2012-01-24
1
-6
/
+23
*
intel: derive intel_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-24
2
-8
/
+8
*
intel: use intel_rb_format() to get renderbuffer format
Brian Paul
2012-01-24
3
-14
/
+16
*
mesa: remove gl_renderbuffer::DataType
Brian Paul
2012-01-24
1
-1
/
+0
*
i965/vs: Fix bogus assertion in emit_block_move()
Paul Berry
2012-01-23
1
-3
/
+9
*
i965/vs: Enable workaround-free math on gen7.
Eric Anholt
2012-01-23
1
-2
/
+6
*
i965/vs: Use the embedded-comparison SEL on gen6+, like the FS does.
Eric Anholt
2012-01-23
1
-6
/
+16
*
i965: Fix border color on Sandybridge and Ivybridge.
Kenneth Graunke
2012-01-23
1
-1
/
+7
*
i965: Fix disassembly of data port writes on Ivybridge.
Kenneth Graunke
2012-01-18
1
-1
/
+12
*
i965: Fix disassembly of sampler messages on Ivybridge.
Kenneth Graunke
2012-01-18
1
-1
/
+7
*
i965/vs: Take attributes into account when deciding urb_entry_size.
Kenneth Graunke
2012-01-18
2
-5
/
+8
*
intel: Set depth to 6 for cubemaps
Ian Romanick
2012-01-18
1
-3
/
+3
*
i965: Add support for Z16 depth formats.
Eric Anholt
2012-01-18
1
-0
/
+1
*
i965/gen7: Set up surface horizontal alignment field.
Eric Anholt
2012-01-18
1
-1
/
+4
*
i965/gen7: Remove stale comment.
Eric Anholt
2012-01-18
1
-1
/
+0
*
i965: Fix leak of the program cache BO on context destroy.
Eric Anholt
2012-01-18
1
-0
/
+2
*
i965/vs: Fix leak of an empty hash_table structure per compile.
Eric Anholt
2012-01-18
1
-4
/
+0
*
i965: Fix refcount leak of the gl_program structure.
Eric Anholt
2012-01-18
1
-0
/
+2
*
mesa: Make the register allocator allocation take a ralloc context.
Eric Anholt
2012-01-18
2
-2
/
+2
*
i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.
Kenneth Graunke
2012-01-18
1
-1
/
+9
*
i965: Remove the INTEL_OLD_VS option.
Kenneth Graunke
2012-01-18
3
-10
/
+3
*
i965/gen5: Fix rendering of depth buffers without stencil [v2]
Chad Versace
2012-01-17
1
-2
/
+15
*
i965: Add .gitignore file to exclude automake build artifacts from git.
Paul Berry
2012-01-17
1
-0
/
+6
*
i965: Convert the build to using automake.
Eric Anholt
2012-01-17
4
-34
/
+88
*
i965: Comment gen6_hiz_get_framebuffer_enum()
Chad Versace
2012-01-13
1
-4
/
+6
*
gen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLES
Neil Roberts
2012-01-13
1
-5
/
+29
*
i965: Fix Coverity wrong sizeof argument defect.
Vinson Lee
2012-01-12
1
-1
/
+1
*
i965: Set pitch of pull constant buffers to 16.
Paul Berry
2012-01-12
2
-2
/
+2
*
i965 gen4-6: Fix off-by-one errors brw_create_constant_surface()
Paul Berry
2012-01-12
1
-3
/
+3
*
i965/gen7: Fix depth buffer rendering to tile offsets.
Eric Anholt
2012-01-12
2
-4
/
+4
*
mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
2012-01-12
2
-8
/
+8
*
vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
2012-01-12
1
-1
/
+1
*
i965: Don't use _mesa_ir_link_shader to do our dirty work
Ian Romanick
2012-01-11
1
-7
/
+85
*
i965: Don't calculate masks of used FS inputs
Ian Romanick
2012-01-11
1
-0
/
+15
*
mesa: Track fixed-function fragment shader as a shader
Ian Romanick
2012-01-11
4
-5
/
+9
*
i965: Don't reallocate push constant URB space on new VS programs.
Kenneth Graunke
2012-01-11
3
-10
/
+26
*
i965/gen7: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.
Eric Anholt
2012-01-11
1
-2
/
+3
*
i965/vs: Try to emit more components of constant vectors at once.
Eric Anholt
2012-01-11
1
-2
/
+27
*
i965: Claim to support 4 multisamples on gen6+.
Eric Anholt
2012-01-10
1
-0
/
+8
*
i965: Increase the number of array texture levels to the hardware limit.
Eric Anholt
2012-01-10
1
-5
/
+6
*
i965: Fix compiler warnings from hiz changes.
Eric Anholt
2012-01-10
2
-4
/
+0
*
i965/gen7: Fix batch length for 3DSTATE_HIER_DEPTH_BUFFER
Chad Versace
2012-01-10
1
-2
/
+2
*
i965/gen7: Enable HiZ
Chad Versace
2012-01-10
4
-12
/
+75
*
i965: Replace references to stencil region size with buffer size
Chad Versace
2012-01-10
2
-6
/
+8
[next]