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
*
qi965: Add perf debug for texture relayout.
Eric Anholt
2012-12-22
1
-0
/
+5
*
i965: Fix hiz resolves getting stomped by depth offset validation.
Eric Anholt
2012-12-22
1
-5
/
+5
*
Make IsVertexArray() return false before BindVertexArray()
Matt Turner
2012-12-21
2
-4
/
+6
*
Make IsTransformFeedback() return false before BindTransformFeedback()
Matt Turner
2012-12-21
2
-3
/
+11
*
mesa: add bounds checking for uniform array access
Frank Henigman
2012-12-21
1
-13
/
+13
*
mesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers.
Paul Berry
2012-12-20
1
-2
/
+2
*
mesa/st: Implement GL_TIME_ELAPSED w/ PIPE_QUERY_TIMESTAMP.
José Fonseca
2012-12-20
4
-22
/
+79
*
gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/
José Fonseca
2012-12-20
1
-2
/
+2
*
i965: Fix gl_VertexID when there are no other vertex inputs.
Paul Berry
2012-12-18
1
-3
/
+3
*
mesa: Make a function is_transform_feedback_active_and_unpaused.
Paul Berry
2012-12-18
9
-31
/
+29
*
mesa: Fix corner cases of BindBufferBase with transform feedback.
Paul Berry
2012-12-18
3
-17
/
+68
*
mesa/gles3: Generate error on draw call if transform feedback would overflow.
Paul Berry
2012-12-18
3
-1
/
+80
*
mesa/gles3: Generate error on DrawElements* calls if transform feedback active.
Paul Berry
2012-12-18
1
-0
/
+45
*
mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.
Paul Berry
2012-12-18
3
-12
/
+38
*
mesa: Change args to vbo_count_tessellated_primitives.
Paul Berry
2012-12-18
3
-17
/
+24
*
wmesa: include version.h to silence warning
Brian Paul
2012-12-17
1
-0
/
+1
*
xlib: include headers to fix errors/warnings
Brian Paul
2012-12-17
1
-0
/
+2
*
mesa osmesa/x11: fix build error introduced in 4bea4cb9
Jordan Justen
2012-12-17
2
-8
/
+8
*
mesa: assert if driver did not compute the version
Jordan Justen
2012-12-16
2
-1
/
+3
*
mesa: don't initialize VBO vtxfmt in _vbo_CreateContext
Jordan Justen
2012-12-16
4
-10
/
+0
*
mesa: don't initialize exec dispatch tables in _mesa_initialize_context
Jordan Justen
2012-12-16
1
-3
/
+0
*
mesa dispatch_sanity: call new functions to initialize exec table
Jordan Justen
2012-12-16
1
-1
/
+6
*
drivers: compute version and then initialize exec table
Jordan Justen
2012-12-16
12
-2
/
+81
*
vbo: add _mesa_initialize_vbo_vtxfmt
Jordan Justen
2012-12-16
2
-0
/
+19
*
mesa: separate exec allocation from initialization
Jordan Justen
2012-12-16
2
-4
/
+7
*
i965: Move BRW_MAX_GRF and similar defines to brw_reg.h.
Kenneth Graunke
2012-12-15
2
-18
/
+17
*
i965: Split struct brw_reg out from brw_eu.h into its own header.
Kenneth Graunke
2012-12-15
2
-709
/
+778
*
st/mesa: add texture buffer object rgb32 support.
Dave Airlie
2012-12-16
1
-1
/
+13
*
mesa: add support for ARB_texture_buffer_object_rgb32
Dave Airlie
2012-12-16
3
-0
/
+15
*
i965: Add missing autoconf bits so test_vec4_register_coalesce will build
Ian Romanick
2012-12-14
1
-0
/
+3
*
i965: Generalize VS compute-to-MRF for compute-to-another-GRF, too.
Eric Anholt
2012-12-14
3
-61
/
+128
*
i965/vs: Extend opt_compute_to_mrf to handle limited "reswizzling"
Eric Anholt
2012-12-14
3
-9
/
+113
*
i965/vs: Add a unit test for opt_compute_to_mrf().
Eric Anholt
2012-12-14
3
-2
/
+133
*
i965/fs: Drop an unnecessary _safe on a list walk.
Eric Anholt
2012-12-14
1
-1
/
+1
*
i965/fs: Add a note explaining a detail of register_coalesce_2().
Eric Anholt
2012-12-14
1
-0
/
+21
*
i965: Also consider HALTs a potential block end.
Eric Anholt
2012-12-14
1
-0
/
+1
*
i965: Jump to the end of the next outer conditional block on ENDIFs.
Kenneth Graunke
2012-12-14
1
-0
/
+7
*
i965: expose ARB_texture_cube_map_array
Chris Forbes
2012-12-14
1
-0
/
+1
*
i965/fs: Fix setup for textureGrad(samplerCubeArray, coord, dPdx, dPdy)
Eric Anholt
2012-12-14
1
-7
/
+12
*
i965/fs: Move the failure for gen7 16-wide intdiv to emit_math().
Eric Anholt
2012-12-14
2
-7
/
+4
*
i965: fs: Add fixup for textureSize on Gen6/7
Chris Forbes
2012-12-14
1
-0
/
+11
*
i965: fs: fix gen6+ math operands in one place
Chris Forbes
2012-12-14
2
-28
/
+33
*
i965: vs: Add fixup for textureSize with cube array samplers
Chris Forbes
2012-12-14
1
-0
/
+13
*
i965/vs: Fix gen6+ math operand quirks in one place
Chris Forbes
2012-12-14
2
-34
/
+28
*
i965: Add various plumbing for cubemap arrays
Chris Forbes
2012-12-14
5
-3
/
+11
*
i965/fs: Add empirically-determined instruction latencies for gen7.
Eric Anholt
2012-12-14
1
-3
/
+179
*
i965/fs: Fix the clock increment in scheduling.
Eric Anholt
2012-12-14
1
-3
/
+15
*
i965/fs: Move the old gen4 bspec-based scheduling info to a helper func.
Eric Anholt
2012-12-14
1
-33
/
+41
*
i965/fs: Set up gen7 UBO loads as sends from GRFs.
Eric Anholt
2012-12-14
5
-7
/
+114
*
i965/fs: Before reg alloc, schedule instructions to reduce live ranges.
Eric Anholt
2012-12-14
1
-6
/
+41
[next]