index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Implement the create_raw_surface() hook on Broadwell.
Kenneth Graunke
2014-05-01
1
-0
/
+17
*
i965: Drop mark_surface_used from gen8 generators.
Kenneth Graunke
2014-05-01
4
-28
/
+6
*
i965/fs: Add support for fs_inst::force_writemask_all on Broadwell.
Kenneth Graunke
2014-05-01
1
-0
/
+1
*
i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS.
Kenneth Graunke
2014-05-01
3
-15
/
+8
*
i965: Don't enable reset notification support on Gen4-5.
Kenneth Graunke
2014-04-30
1
-4
/
+9
*
i965: Fix state flag comments on color_buffer_write_enabled() calls.
Eric Anholt
2014-04-30
3
-1
/
+3
*
i965: Drop bogus state flag comment.
Eric Anholt
2014-04-30
1
-1
/
+0
*
i965: Track the number of samples in the drawbuffer.
Eric Anholt
2014-04-30
5
-22
/
+29
*
mesa: Track maximum CurrentTexUnit to reduce glDeleteTextures() overhead.
Eric Anholt
2014-04-30
3
-1
/
+12
*
mesa: Rewrite shader-based texture image state updates.
Eric Anholt
2014-04-30
1
-49
/
+73
*
mesa: Split the shader texture update logic from fixed function.
Eric Anholt
2014-04-30
1
-90
/
+160
*
mesa: Finish removing the _ReallyEnabled field.
Eric Anholt
2014-04-30
2
-8
/
+2
*
radeon: Drop the remaining driver usage of _ReallyEnabled.
Eric Anholt
2014-04-30
8
-29
/
+40
*
swrast: Drop remaining use of _ReallyEnabled.
Eric Anholt
2014-04-30
1
-1
/
+1
*
gallium: Drop use of _ReallyEnabled.
Eric Anholt
2014-04-30
1
-2
/
+4
*
mesa: Drop _ReallyEnabled usage from ff_fragment_shader.
Eric Anholt
2014-04-30
1
-14
/
+3
*
i915: Drop use of _ReallyEnabled.
Eric Anholt
2014-04-30
2
-45
/
+44
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
27
-59
/
+46
*
mesa: Ensure that (unit->_Current != 0) == (unit->_ReallyEnabled != 0).
Eric Anholt
2014-04-30
1
-0
/
+2
*
mesa: Drop dead last_ReallyEnabled fields from drivers.
Eric Anholt
2014-04-30
3
-4
/
+0
*
mesa: Drop _EnabledUnits.
Eric Anholt
2014-04-30
17
-43
/
+31
*
swrast: Just use _EnabledCoordUnits for figuring out which texcoords to build.
Eric Anholt
2014-04-30
1
-1
/
+1
*
i915: Redo texture unit walking on i830.
Eric Anholt
2014-04-30
1
-10
/
+6
*
i965/vec4: Remove 'mul_arg' from try_emit_mad().
Matt Turner
2014-04-30
2
-7
/
+12
*
i965/fs: Remove 'mul_arg' from try_emit_mad().
Matt Turner
2014-04-30
2
-7
/
+12
*
mesa: change invalid texture swizzle error to GL_INVALID_ENUM
Brian Paul
2014-04-30
1
-2
/
+2
*
i965: Fix a few base addresses on Broadwell.
Kenneth Graunke
2014-04-29
1
-2
/
+2
*
mesa/st: implement new bit manipulation opcodes
Ilia Mirkin
2014-04-28
1
-17
/
+56
*
dri_util: cleanup dri extension handling
Emil Velikov
2014-04-28
2
-5
/
+5
*
dri/radeon: use a const __DRIextension array
Emil Velikov
2014-04-28
2
-17
/
+14
*
drivers/dri: cleanup dri extension instantiation
Emil Velikov
2014-04-28
6
-28
/
+37
*
Check for dladdr(), rather than assuming we have it if we have RTLD_DEFAULT
Jon TURNEY
2014-04-28
2
-4
/
+4
*
st/mesa: Fix NULL pointer dereference for incomplete framebuffers
Michel Dänzer
2014-04-28
1
-1
/
+6
*
mesa: overhaul debug namespace support
Chia-I Wu
2014-04-27
1
-178
/
+88
*
mesa: delay copying of debug groups
Chia-I Wu
2014-04-27
1
-41
/
+89
*
mesa: clean up debug output namespace handling
Chia-I Wu
2014-04-27
1
-139
/
+211
*
mesa: clean up debug groups
Chia-I Wu
2014-04-27
1
-42
/
+48
*
mesa: clean up debug message log
Chia-I Wu
2014-04-27
1
-36
/
+42
*
mesa: use accessors for struct gl_debug_state
Chia-I Wu
2014-04-27
8
-108
/
+156
*
mesa: eliminate debug output message_insert
Chia-I Wu
2014-04-27
1
-26
/
+19
*
mesa: eliminate debug output should_log
Chia-I Wu
2014-04-27
1
-29
/
+11
*
mesa: eliminate debug output control_app_messages
Chia-I Wu
2014-04-27
1
-66
/
+17
*
mesa: eliminate debug output get_msg
Chia-I Wu
2014-04-27
1
-73
/
+26
*
mesa: refactor _mesa_PopDebugGroup and _mesa_free_errors_data
Chia-I Wu
2014-04-27
1
-62
/
+63
*
mesa: refactor _mesa_PushDebugGroup
Chia-I Wu
2014-04-27
1
-42
/
+60
*
mesa: refactor debug output control_messages
Chia-I Wu
2014-04-27
1
-51
/
+62
*
mesa: refactor debug output get_msg
Chia-I Wu
2014-04-27
1
-11
/
+47
*
mesa: refactor debug out log_msg
Chia-I Wu
2014-04-27
1
-59
/
+75
*
mesa: refactor debug output set_message_state
Chia-I Wu
2014-04-27
1
-31
/
+39
*
mesa: refactor debug output should_log
Chia-I Wu
2014-04-27
1
-50
/
+61
[next]