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: move i, j var decls into SWIZZLE_CONVERT_LOOP() macro
Brian Paul
2014-09-15
1
-36
/
+38
*
mesa: break up _mesa_swizzle_and_convert() to reduce compile time
Brian Paul
2014-09-15
1
-480
/
+550
*
mesa: check that uniform exists in glUniform* functions
Tapani Pälli
2014-09-15
1
-8
/
+8
*
nouveau: check for mesa context init failure
Ilia Mirkin
2014-09-13
1
-2
/
+2
*
nouveau: avoid leaking screen on initialization fail
Ilia Mirkin
2014-09-13
1
-2
/
+5
*
nouveau: change internal variables to avoid conflicts with macro args
Ilia Mirkin
2014-09-13
1
-10
/
+10
*
i965/vec4: Make type_size() return 0 for samplers.
Kenneth Graunke
2014-09-12
1
-3
/
+3
*
i965: Skip allocating UNIFORM file storage for uniforms of size 0.
Kenneth Graunke
2014-09-12
2
-6
/
+6
*
i965: Separate gl_InstanceID and gl_VertexID uploading.
Kenneth Graunke
2014-09-12
5
-16
/
+42
*
i965: Fix reference counting in new basevertex upload code.
Kenneth Graunke
2014-09-12
1
-0
/
+3
*
mesa: fix _mesa_free_pipeline_data() use-after-free bug
Brian Paul
2014-09-12
1
-2
/
+2
*
ra: assert against unsigned underflow in q_total
Connor Abbott
2014-09-12
1
-0
/
+1
*
ra: note a restriction in the interfence graph API
Connor Abbott
2014-09-12
1
-1
/
+4
*
mesa/st: add ARB_texture_view support
Ilia Mirkin
2014-09-12
6
-18
/
+105
*
nouveau: only enable stencil func if the visual has stencil bits
Ilia Mirkin
2014-09-12
2
-2
/
+2
*
nouveau: only enable the depth test if there actually is a depth buffer
Ilia Mirkin
2014-09-12
5
-4
/
+9
*
i965/vec4: Only examine virtual_grf_end for GRF sources
Ian Romanick
2014-09-11
1
-8
/
+12
*
st/mesa: handle failed context creation for core profile
Brian Paul
2014-09-11
2
-34
/
+53
*
i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.
Iago Toral Quiroga
2014-09-11
1
-4
/
+9
*
mesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVC
Brian Paul
2014-09-10
1
-4
/
+4
*
mesa: trim down some #includes
Brian Paul
2014-09-10
7
-12
/
+2
*
i965: Disable guardband clipping in the smaller-than-viewport case.
Kenneth Graunke
2014-09-10
1
-0
/
+31
*
i965: Request lowering gl_VertexID
Ian Romanick
2014-09-10
1
-0
/
+1
*
i965: Expose gl_BaseVertex via a vertex attribute.
Kenneth Graunke
2014-09-10
3
-20
/
+65
*
i965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission into a helper.
Kenneth Graunke
2014-09-10
1
-30
/
+47
*
i965: Make gl_BaseVertex available in a buffer object.
Kenneth Graunke
2014-09-10
3
-0
/
+31
*
i965: Calculate start/base_vertex_location after preparing vertices.
Kenneth Graunke
2014-09-10
6
-12
/
+34
*
i965: Handle SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
Ian Romanick
2014-09-10
1
-0
/
+1
*
mesa: Fix glGetActiveAttribute for gl_VertexID when lowered.
Kenneth Graunke
2014-09-10
1
-1
/
+13
*
mesa: Replace string comparisons with SYSTEM_VALUE enum checks.
Kenneth Graunke
2014-09-10
1
-2
/
+2
*
glsl: Add a lowering pass for gl_VertexID
Ian Romanick
2014-09-10
2
-0
/
+15
*
mesa: Add SYSTEM_VALUE_BASE_VERTEX
Ian Romanick
2014-09-10
2
-1
/
+15
*
mesa: Add SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
Ian Romanick
2014-09-10
2
-0
/
+13
*
mesa: Document SYSTEM_VALUE_VERTEX_ID and SYSTEM_VALUE_INSTANCE_ID
Ian Romanick
2014-09-10
1
-0
/
+57
*
ir_to_mesa: Stop converting uniform booleans.
Kenneth Graunke
2014-09-09
1
-6
/
+1
*
xmlconfig: suppress libGL warnings when LIBGL_DEBUG == "quiet"
Stefan Dirsch
2014-09-09
1
-1
/
+3
*
i965: Handle ir_binop_ubo_load in boolean expression code.
Kenneth Graunke
2014-09-08
2
-4
/
+4
*
i965/fs: Make emit_if_gen6 never fall back to emit_bool_to_cond_code.
Kenneth Graunke
2014-09-08
1
-8
/
+17
*
i965: Handle ir_triop_csel in emit_if_gen6().
Kenneth Graunke
2014-09-08
2
-4
/
+33
*
mesa/st: don't advertise NV_vdpau_interop if it doesn't work.
Christian König
2014-09-08
1
-1
/
+7
*
i965/fs: Remove direct fs_visitor gl_fragment_program dependence
Jordan Justen
2014-09-06
4
-4
/
+8
*
i965/fs: Remove direct fs_generator brw_wm_prog_key dependence
Jordan Justen
2014-09-05
2
-2
/
+10
*
i965/fs: Remove direct fs_generator brw_wm_prog_data dependence
Jordan Justen
2014-09-05
2
-15
/
+24
*
i965/fs: Don't store gl_fragment_program* in fs_generator
Jordan Justen
2014-09-05
2
-7
/
+8
*
i965: Add uses_kill to brw_wm_prog_data
Jordan Justen
2014-09-05
5
-8
/
+10
*
i965/fs: Rename fs_generator::prog to shader_prog
Jordan Justen
2014-09-05
2
-7
/
+7
*
i965/fs: Add stage variable to fs_generator
Jordan Justen
2014-09-05
2
-3
/
+5
*
i965: Adjust fast-clear resolve rect for BDW
Kristian Høgsberg
2014-09-05
1
-4
/
+10
*
i965/fs: Don't look at virtual_grf_sizes for uniforms
Jason Ekstrand
2014-09-05
1
-2
/
+1
*
meta: Store precompiled msaa shaders for all supported sample counts
Anuj Phogat
2014-09-05
2
-22
/
+55
[next]