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
*
Revert "i965: Disable unused pipeline stages once at startup on Gen7+."
Kenneth Graunke
2013-06-11
3
-6
/
+13
*
i965/vs: Avoid the MUL/MACH/MOV sequence for small integer multiplies.
Eric Anholt
2013-06-10
1
-13
/
+37
*
i965/vs: Allow copy propagation into MUL/MACH.
Eric Anholt
2013-06-10
1
-2
/
+4
*
i965/vs: Use the MAD instruction when possible.
Eric Anholt
2013-06-10
4
-0
/
+43
*
intel: Reserve less batchbuffer space.
Kenneth Graunke
2013-06-10
1
-4
/
+3
*
i965: Allocate push constant L3 space once at startup on Gen7+.
Kenneth Graunke
2013-06-10
4
-12
/
+4
*
i965: Disable unused pipeline stages once at startup on Gen7+.
Kenneth Graunke
2013-06-10
3
-13
/
+9
*
i965: Don't emit PIPELINE_SELECT from BLORP.
Kenneth Graunke
2013-06-10
1
-19
/
+0
*
i965: Emit invariant state once at startup on Gen6+.
Kenneth Graunke
2013-06-10
3
-4
/
+20
*
i965: Delete some dead state atom prototypes.
Kenneth Graunke
2013-06-10
1
-9
/
+0
*
i965: Change return type of check_state() to bool.
Kenneth Graunke
2013-06-10
1
-2
/
+2
*
i965: Remove unused second parameter of brw_print_dirty_count().
Kenneth Graunke
2013-06-10
1
-4
/
+4
*
intel: flush fake front buffer if server is about to destroy it.
Paul Berry
2013-06-07
1
-0
/
+9
*
intel: flush fake front buffer more robustly.
Paul Berry
2013-06-07
1
-11
/
+9
*
intel: make intel_flush_front safe to call during initial MakeCurrent
Paul Berry
2013-06-07
1
-1
/
+1
*
i965/vs: add support for emitting gl_ClipVertex
Chris Forbes
2013-06-07
2
-7
/
+3
*
i965/clip: Add support for gl_ClipVertex
Chris Forbes
2013-06-07
3
-4
/
+55
*
intel: Use the CHIPSET macro in the PCI ID tables for the device name.
Kenneth Graunke
2013-06-06
1
-184
/
+4
*
i965: Adding more reserved PCI IDs for Haswell.
Rodrigo Vivi
2013-06-05
2
-3
/
+77
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
22
-22
/
+0
*
intel: Don't try to blorp or blit CopyTexSubImage(1D_ARRAY).
Paul Berry
2013-06-04
2
-0
/
+7
*
i965/gen6+: Fix multisample assertions in CopyTexSubImage hw blitter path.
Paul Berry
2013-06-04
1
-4
/
+9
*
i965: fix problem with constant out of bounds access (v3)
Dave Airlie
2013-06-04
3
-1
/
+16
*
intel: Fix copying of separate stencil data in glCopyTexSubImage().
Eric Anholt
2013-06-03
1
-8
/
+15
*
meta: Fix temporary image type for float depth/stencil.
Eric Anholt
2013-06-03
1
-4
/
+14
*
intel: Fix performance regression from miptree blit changes.
Eric Anholt
2013-06-03
2
-3
/
+2
*
i965: Fix glColorPointer(GL_FIXED)
Chad Versace
2013-06-03
1
-0
/
+8
*
i965 gen7: use SURFACE_STATE fields to select render level/layer
Jordan Justen
2013-06-02
2
-18
/
+46
*
intel: add layered parameter to update_renderbuffer_surface
Jordan Justen
2013-06-02
3
-1
/
+9
*
intel_fbo: set gl_renderbuffer Depth field
Jordan Justen
2013-06-02
1
-0
/
+2
*
intel: print image depth in debug message
Jordan Justen
2013-06-02
1
-2
/
+2
*
meta: move vertex array enables for mipmap generation
Brian Paul
2013-06-02
1
-2
/
+2
*
i965: Fix haswell_upload_cut_index when there's no index buffer.
Kenneth Graunke
2013-05-31
1
-1
/
+13
*
intel: Add multisample scaled blitting in blorp engine
Anuj Phogat
2013-05-30
4
-74
/
+93
*
intel: Change the register type from UW to UD in blorp engine
Anuj Phogat
2013-05-30
3
-52
/
+90
*
Revert "i965: fix problem with constant out of bounds access (v2)"
Kenneth Graunke
2013-05-29
1
-11
/
+1
*
i965: fix problem with constant out of bounds access (v2)
Dave Airlie
2013-05-30
1
-1
/
+11
*
intel: initialize fs_visitor::params_remap in constructor
Frank Henigman
2013-05-30
1
-0
/
+2
*
i965: Fix can_cut_index_handle_restart_index() for byte/short types.
Kenneth Graunke
2013-05-29
1
-3
/
+9
*
i965: Use the correct restart index for fixed index mode on Haswell.
Kenneth Graunke
2013-05-29
1
-2
/
+4
*
i965/vs: Fix implied_mrf_writes() for integer division pre-gen6.
Eric Anholt
2013-05-29
1
-0
/
+2
*
i965/fs: Fix test for smearing enabled on an instruction.
Eric Anholt
2013-05-29
1
-1
/
+1
*
i965/fs: Fix segfault in instruction scheduling with LINTERP using last GRF.
Eric Anholt
2013-05-29
1
-2
/
+8
*
intel: Enable blit glCopyTexSubImage/glBlitFramebuffer with sRGB.
Eric Anholt
2013-05-28
1
-5
/
+11
*
intel: Remove dead intel_drawbuf_region().
Eric Anholt
2013-05-28
2
-16
/
+0
*
intel: Fix format handling of blit glBitmap()
Eric Anholt
2013-05-28
1
-3
/
+12
*
intel: Fix MRT handling of glBitmap().
Eric Anholt
2013-05-28
1
-9
/
+14
*
intel: Rebuild PBO blit glTexImage() on top of miptrees.
Eric Anholt
2013-05-28
1
-30
/
+32
*
intel: Rebuild PBO blit glReadPixels() on top of miptrees.
Eric Anholt
2013-05-28
1
-25
/
+23
*
intel: Rework intel_miptree_create_for_region() to wrap a BO.
Eric Anholt
2013-05-28
3
-24
/
+67
[next]