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
*
mesa: fix height error check for 1D array textures
Brian Paul
2014-12-03
1
-1
/
+1
*
mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()
Brian Paul
2014-12-03
1
-1
/
+1
*
i965/Gen6-7: Do not replace texcoords with point coord if not drawing points
Chris Forbes
2014-11-26
2
-12
/
+49
*
mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose
Chris Forbes
2014-11-26
1
-1
/
+1
*
i965: Handle nested uniform array indexing
Chris Forbes
2014-11-26
1
-29
/
+37
*
i965: Fix segfault in WebGL Conformance on Ivybridge
Chad Versace
2014-11-19
1
-3
/
+4
*
st/mesa: add a fallback for clear_with_quad when no vs_layer
Ilia Mirkin
2014-11-19
2
-5
/
+21
*
st/mesa: copy sampler_array_size field when copying instructions
Brian Paul
2014-11-19
1
-1
/
+6
*
nine: Implement threadpool
Axel Davy
2014-11-18
1
-0
/
+5
*
nine: Add drirc options (v2)
Axel Davy
2014-11-18
1
-0
/
+13
*
i965: Move fs_visitor ra pass to new fs_visitor::allocate_registers()
10.4-branchpoint
Kristian Høgsberg
2014-11-14
2
-59
/
+69
*
i965: Move fs_visitor optimization pass into new method fs_visitor::optimize()
Kristian Høgsberg
2014-11-14
2
-65
/
+72
*
i965: Move more code into codegen-branch of the fs_visitor::run() if statement
Kristian Høgsberg
2014-11-14
1
-12
/
+11
*
i965: Refactor fs_generator API
Kristian Høgsberg
2014-11-14
4
-39
/
+23
*
st/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CONTEXT_DEBUG_BIT_ARB on...
José Fonseca
2014-11-14
1
-8
/
+6
*
i965/vec4: Combine all the math emitters.
Kenneth Graunke
2014-11-13
2
-104
/
+17
*
i965/vec4: Use const references in emit() functions.
Kenneth Graunke
2014-11-13
2
-15
/
+14
*
i965: Use macros to create prototypes for emitter helpers.
Kenneth Graunke
2014-11-13
1
-57
/
+41
*
i965: Always enable VF statistics
Ben Widawsky
2014-11-13
1
-2
/
+1
*
i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLE
Ville Syrjälä
2014-11-13
6
-17
/
+17
*
i915: Don't call _mesa_meta_glsl_Clear() on gen2
Ville Syrjälä
2014-11-13
1
-1
/
+1
*
i915: Protect macro argument for TEXTURE_SET()
Ville Syrjälä
2014-11-13
1
-1
/
+1
*
i915: Kill intel_context::hw_stencil
Ville Syrjälä
2014-11-13
2
-2
/
+0
*
i915: Accept GL_DEPTH_STENCIL GL_DEPTH_COMPONENT formats for renderbuffers
Ville Syrjälä
2014-11-13
1
-0
/
+9
*
i915: Override mip filter to nearest with aniso
Ville Syrjälä
2014-11-13
1
-0
/
+2
*
i915: Use L8A8 instead of I8 to simulate A8 on gen2
Ville Syrjälä
2014-11-13
3
-3
/
+5
*
i915: Fix GL_DOT3_RGBA a bit
Ville Syrjälä
2014-11-13
1
-2
/
+3
*
i965/cfg: Remove if_block/else_block.
Matt Turner
2014-11-11
3
-30
/
+1
*
i965/fs: Don't use if_block/else_block in SEL peephole.
Matt Turner
2014-11-11
1
-6
/
+11
*
mesa: Remove _mesa_max_buffer_index
Ian Romanick
2014-11-10
2
-52
/
+0
*
mesa: Uniform logging is very, very unlikely
Ian Romanick
2014-11-10
1
-2
/
+2
*
mesa: Don't check for API_OPENGLES in _mesa_uniform_matrix
Ian Romanick
2014-11-10
1
-4
/
+4
*
mesa: Rework array error checks in validate_uniform_parameters
Ian Romanick
2014-11-10
1
-19
/
+22
*
mesa: Get some gl_shader_program::LinkStatus checking out of the main path
Ian Romanick
2014-11-10
1
-6
/
+19
*
mesa: Rework location == -1 error checking
Ian Romanick
2014-11-10
1
-38
/
+38
*
mesa: Minor clean ups in _mesa_uniform
Ian Romanick
2014-11-10
1
-23
/
+9
*
mesa: Remove GLSL_TYPE_SAMPLER check
Ian Romanick
2014-11-10
1
-2
/
+1
*
mesa/main: Pass the data that _mesa_uniform actually wants
Ian Romanick
2014-11-10
3
-119
/
+54
*
i965: Advertise a line width of 40.0 on Cherryview and Skylake.
Kenneth Graunke
2014-11-08
1
-1
/
+5
*
i965: Advertise larger line widths.
Kenneth Graunke
2014-11-08
1
-3
/
+9
*
i965: Use ctx->Const.MaxLineWidth when clamping ctx->Line.Width.
Kenneth Graunke
2014-11-08
4
-5
/
+8
*
i965: Set Line Width correctly on Cherryview and Skylake.
Kenneth Graunke
2014-11-08
2
-1
/
+6
*
i965: drop the custom gen8_instruction CFLAG
Emil Velikov
2014-11-07
1
-2
/
+0
*
i965/fs: Wire up control flow correctly in predicated break pass.
Matt Turner
2014-11-06
1
-3
/
+7
*
i965/cfg: Add functions to get first and last non-CF instructions.
Matt Turner
2014-11-06
1
-0
/
+74
*
glsl: Add infrastructure for "hidden" uniforms.
Kenneth Graunke
2014-11-06
2
-2
/
+5
*
mesa: Add SSE 4.1 optimisation for glDrawElements.
Timothy Arceri
2014-11-06
6
-5
/
+152
*
i965: Remove non-existent vertical strides from array.
Matt Turner
2014-11-06
1
-1
/
+1
*
i965: Convert stride/width/execution size macros into enums.
Matt Turner
2014-11-06
1
-28
/
+33
*
i965/fs: Remove force uncompressed stack.
Matt Turner
2014-11-06
3
-27
/
+0
[next]