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
*
radeon: const correctness
Giuseppe Bilotta
2015-12-04
1
-1
/
+1
*
radeon: whitespace cleanup
Giuseppe Bilotta
2015-12-04
1
-2
/
+2
*
mesa/tests: add KHR_debug GLES glGetPointervKHR entry points
Emil Velikov
2015-12-04
1
-1
/
+4
*
i965/vec4: Stop pretending to support indirect output stores
Jason Ekstrand
2015-12-03
1
-9
/
+3
*
i965/vec4: Get rid of the nir_inputs array
Jason Ekstrand
2015-12-03
3
-40
/
+13
*
mesa: rework the meaning of gl_debug_message::length
Emil Velikov
2015-12-03
1
-16
/
+24
*
mesa: errors: validate the length of null terminated string
Emil Velikov
2015-12-03
1
-3
/
+17
*
mesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsert
Emil Velikov
2015-12-03
1
-1
/
+1
*
mesa: add SEVERITY_NOTIFICATION to default state
Emil Velikov
2015-12-03
1
-2
/
+3
*
mesa: return the correct value for GroupStackDepth
Emil Velikov
2015-12-03
1
-1
/
+1
*
mesa: rename GroupStackDepth to CurrentGroup
Emil Velikov
2015-12-03
1
-16
/
+16
*
mesa: do not enable KHR_debug for ES 1.0
Emil Velikov
2015-12-03
1
-1
/
+1
*
mesa/version: Update gl_extensions::Version during version override
Nanley Chery
2015-12-03
1
-0
/
+1
*
mesa: print enum names rather than hexadecimal values in error messages
Brian Paul
2015-12-03
1
-6
/
+6
*
st/mesa: add new st_copy_framebuffer_to_texture() function
Brian Paul
2015-12-03
3
-0
/
+178
*
i965: use _Shader to get fragment program when updating surface state
Tapani Pälli
2015-12-03
1
-2
/
+2
*
i965: Add INTEL_DEBUG=perf information for GS recompiles.
Kenneth Graunke
2015-12-02
1
-0
/
+58
*
i965: De-duplicate key_debug() function.
Kenneth Graunke
2015-12-02
3
-21
/
+10
*
mesa: print enum string in compressed_subtexture_error_check() error msg
Brian Paul
2015-12-02
1
-2
/
+2
*
mesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PROVOKING_VERTEX queries
Roland Scheidegger
2015-12-02
3
-2
/
+8
*
Remove Sun CC specific code.
Jose Fonseca
2015-12-02
1
-14
/
+0
*
i965: Increase BRW_MAX_UBO to 14.
Kenneth Graunke
2015-12-01
1
-1
/
+1
*
i965: Do dead-code elimination in a single pass.
Matt Turner
2015-12-01
3
-29
/
+16
*
i965: Don't mark dead instructions' sources live.
Matt Turner
2015-12-01
2
-0
/
+8
*
mapi: Fix enums.c build with other build systems.
Eric Anholt
2015-12-01
1
-1
/
+1
*
mesa: Drop the blacklisting of new GL enums.
Eric Anholt
2015-12-01
1
-3
/
+2
*
mesa: Drop bitfield "enums" from the enum-to-string table.
Eric Anholt
2015-12-01
1
-13
/
+12
*
mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.
Eric Anholt
2015-12-01
1
-3
/
+1
*
mesa: Cut enum_strings.cpp test down to a few hand-chosen enums.
Eric Anholt
2015-12-01
1
-1822
/
+36
*
automake: fix some occurrences of hardcoded -ldl and -lpthread
Jonathan Gray
2015-12-01
1
-1
/
+2
*
i965/fs: remove unused fs_reg offset
Samuel Iglesias Gonsálvez
2015-11-30
1
-1
/
+0
*
i965: Add src/dst interference for certain instructions with hazards.
Kenneth Graunke
2015-11-30
7
-35
/
+123
*
i965: Fix JIP to properly skip over unrelated control flow.
Kenneth Graunke
2015-11-30
1
-1
/
+11
*
mesa: remove len argument from _mesa_shader_debug()
Emil Velikov
2015-11-29
2
-7
/
+6
*
drivers/x11: scons: partially revert b9b40ef9b76
Emil Velikov
2015-11-29
1
-2
/
+0
*
mesa/program: remove dead function declarations
Emil Velikov
2015-11-29
2
-5
/
+0
*
mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists
Ilia Mirkin
2015-11-28
4
-4
/
+11
*
glsl: don't generate extra errors in ValidateProgramPipeline
Timothy Arceri
2015-11-27
1
-2
/
+5
*
i965/gen9+: Switch thread scratch space to non-coherent stateless access.
Francisco Jerez
2015-11-26
3
-4
/
+19
*
i965/fs: Don't use Gen7-style scratch block reads on Gen9+.
Francisco Jerez
2015-11-26
1
-2
/
+9
*
i965: Add symbolic defines for some magic dataport surface indices.
Francisco Jerez
2015-11-26
1
-0
/
+13
*
mesa: remove ARB_geometry_shader4
Marta Lofstedt
2015-11-26
8
-82
/
+8
*
mesa: error out in indirect draw when vertex bindings mismatch
Tapani Pälli
2015-11-26
3
-0
/
+27
*
i965: Fix scalar vertex shader struct outputs.
Kenneth Graunke
2015-11-25
2
-8
/
+34
*
i965: Fix fragment shader struct inputs.
Kenneth Graunke
2015-11-25
3
-82
/
+84
*
st/mesa: remove outdated comment
Nicolai Hähnle
2015-11-25
1
-2
/
+0
*
st/mesa: delay initialization of performance counters
Nicolai Hähnle
2015-11-25
3
-13
/
+19
*
mesa/main: allow delayed initialization of performance monitors
Nicolai Hähnle
2015-11-25
2
-4
/
+36
*
i965: remove trailing spaces in various files
Iago Toral Quiroga
2015-11-25
11
-34
/
+29
*
i965: Pass brw_context pointer, not gl_context pointer.
Matt Turner
2015-11-24
1
-2
/
+1
[next]