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
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
*
swrast: add texfetch code for some XBGR formats
Brian Paul
2013-06-11
2
-9
/
+46
*
mesa: add missing texture strings in tex_target_name()
Brian Paul
2013-06-10
1
-0
/
+5
*
mesa: Add a _mesa_problem to document a piglit failure on i965.
Eric Anholt
2013-06-10
1
-0
/
+6
*
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
*
dlist: fix save_SamplerParameteri
Chris Forbes
2013-06-09
1
-1
/
+1
*
mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv.
Vinson Lee
2013-06-08
1
-1
/
+4
*
mesa: Report core FBO incompleteness cases through GL_ARB_debug_output.
Eric Anholt
2013-06-07
1
-18
/
+25
*
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
*
mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2.
Eric Anholt
2013-06-07
2
-0
/
+10
*
mesa: Expose texture array getters on GLES3.
Eric Anholt
2013-06-07
2
-2
/
+10
*
mesa: Fix the return value of TEXTURE_BINDING_2D_ARRAY.
Eric Anholt
2013-06-07
1
-1
/
+1
*
mesa: Expose texel offset limits in GLES3.
Eric Anholt
2013-06-07
2
-5
/
+6
*
gallium: Remove draw_arrays() and draw_arrays_instanced() functions
Arnas Milasevicius
2013-06-07
1
-0
/
+22
*
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
*
glsl: Fix uniform buffer object counting.
Eric Anholt
2013-06-06
1
-1
/
+9
*
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
355
-355
/
+0
*
mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state tracker
Brian Paul
2013-06-04
2
-2
/
+3
*
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
*
mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.
Vinson Lee
2013-06-03
1
-1
/
+4
*
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
*
mesa/texformat: add _mesa_tex_target_is_array function
Jordan Justen
2013-06-02
2
-0
/
+16
*
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
*
mesa: handle missing read buffer in _mesa_get_color_read_format/type()
Brian Paul
2013-06-02
1
-30
/
+48
*
meta: move vertex array enables for mipmap generation
Brian Paul
2013-06-02
1
-2
/
+2
*
mesa: fix hodge podge indentation, update comments in texformat.c
Brian Paul
2013-06-02
1
-186
/
+184
*
i965: Fix haswell_upload_cut_index when there's no index buffer.
Kenneth Graunke
2013-05-31
1
-1
/
+13
[next]