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: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()
Brian Paul
2011-10-23
7
-64
/
+9
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
27
-177
/
+206
*
mesa: improve the warning message in _mesa_choose_tex_format()
Brian Paul
2011-10-23
1
-1
/
+3
*
vbo: Clean up unused variables in the vbo module.
Mathias Froehlich
2011-10-22
3
-16
/
+1
*
Convert additional GNUC_MINOR checks to multiplied version
Alan Coopersmith
2011-10-21
1
-3
/
+3
*
Fix gcc version checks for _mesa_bitcount
Alan Coopersmith
2011-10-21
2
-2
/
+2
*
st/mesa: fix a bug in and re-org setup_interleaved_attribs()
Brian Paul
2011-10-21
1
-31
/
+76
*
i965: Set MaxIfDepth to UINT_MAX on Gen6+ and 16 on prior generations.
Kenneth Graunke
2011-10-21
1
-0
/
+1
*
st/mesa: Initialize variable.
Vinson Lee
2011-10-20
1
-0
/
+2
*
i965: Remove copy and pasted gen7_wm_constants state atom.
Kenneth Graunke
2011-10-20
2
-56
/
+1
*
i965: Use AUB_TRACE_WM_CONSTANTS in gen7_prepare_wm_push_constants.
Kenneth Graunke
2011-10-20
1
-1
/
+1
*
i965: Fix incorrect dirty bit in gen6_prepare_wm_push_constants.
Kenneth Graunke
2011-10-20
1
-2
/
+2
*
i965/vs: Fix comparisons with uint negation.
Eric Anholt
2011-10-20
3
-0
/
+32
*
i965/fs: Fix comparisions with uint negation.
Eric Anholt
2011-10-20
4
-0
/
+49
*
mesa: Fix detection of whether an ARB_vp is enabled for two sided lighting.
Eric Anholt
2011-10-20
1
-1
/
+1
*
mesa: Round the argument to PixelStoref instead of truncating.
Eric Anholt
2011-10-20
2
-1
/
+9
*
mesa: handle PBO access error in display list mode
Yuanhan Liu
2011-10-20
1
-0
/
+2
*
i965: silence signed/unsigned comparison warning
Brian Paul
2011-10-19
1
-1
/
+2
*
st/mesa: remove primitive restart assertion
Brian Paul
2011-10-19
1
-6
/
+4
*
st/mesa: Don't have indices buffers map when calling draw
Jakob Bornecrantz
2011-10-19
1
-22
/
+31
*
st/mesa: Implement primitive restart in software
Jakob Bornecrantz
2011-10-19
3
-3
/
+132
*
swrast: fix float->uint conversion of gl_FragDepth
Brian Paul
2011-10-19
1
-1
/
+2
*
mesa: better debug messages in _mesa_test_texobj_completeness()
Brian Paul
2011-10-19
1
-19
/
+22
*
mesa/st: Backport WPOS adjustment fixes from st_mesa_to_tgsi.c to st_glsl_to_...
José Fonseca
2011-10-19
1
-51
/
+83
*
scons: Add uniform_query.cpp to SConscript.
Vinson Lee
2011-10-18
1
-0
/
+1
*
mesa: handle the pbo case for save_Bitmap
Yuanhan Liu
2011-10-19
1
-7
/
+15
*
mesa: fix inverted pbo test error at _mesa_GetnCompressedTexImageARB
Yuanhan Liu
2011-10-19
1
-1
/
+1
*
mesa: generate error if pbo offset is not aligned with the size of specified ...
Yuanhan Liu
2011-10-19
1
-0
/
+13
*
i965: setup address rounding enable bits
Yuanhan Liu
2011-10-19
3
-0
/
+25
*
i915: make i830/i915_hiz_resolve_noop() static
Brian Paul
2011-10-18
2
-2
/
+2
*
mesa: use format string in _mesa_error() call to silence warning
Brian Paul
2011-10-18
1
-1
/
+1
*
i965: remove unused vars in brw_set_ff_sync_message()
Brian Paul
2011-10-18
1
-3
/
+0
*
glsl_to_tgsi: Use _mesa_generate_parameters_list_for_uniforms
Ian Romanick
2011-10-18
1
-117
/
+2
*
ir_to_mesa: Generate gl_program_parameter list by walking the GLSL IR.
Ian Romanick
2011-10-18
2
-100
/
+70
*
ir_to_mesa: Move some things outside the 'extern "C"' blocks
Ian Romanick
2011-10-18
3
-10
/
+12
*
mesa: Use glsl_type::gl_type in glGetActiveUniform
Ian Romanick
2011-10-18
1
-2
/
+4
*
mesa: Move _mesa_GetActiveUniformARB to uniform_query.cpp
Ian Romanick
2011-10-18
4
-61
/
+84
*
mesa: Simplify uniform debug logging logic
Ian Romanick
2011-10-18
3
-23
/
+6
*
i965: Disassemble Ivybridge Data Port/Data Cache messages.
Kenneth Graunke
2011-10-18
1
-0
/
+8
*
i965: Document most of the brw_instruction message structs.
Kenneth Graunke
2011-10-18
1
-39
/
+79
*
i965: Rename pixel_scoreboard_clear to last_render_target for clarity.
Kenneth Graunke
2011-10-18
5
-16
/
+16
*
i965: Remove duplicate copies of mlen & rlen from instruction decode.
Kenneth Graunke
2011-10-18
1
-13
/
+4
*
i965: Factor out code for setting Message Descriptors.
Kenneth Graunke
2011-10-18
1
-129
/
+77
*
i965: Remove EOT parameter from brw_SAMPLE and brw_set_sampler_message.
Kenneth Graunke
2011-10-18
4
-13
/
+5
*
i965: Document the brw_instruction Message Descriptor structures.
Kenneth Graunke
2011-10-18
1
-2
/
+27
*
i965: Rename BRW_MESSAGE_TARGET_* to BRW_SFID_* and document them.
Kenneth Graunke
2011-10-18
3
-60
/
+75
*
i965: Clarify check for which cache to use on Gen6 data port reads.
Kenneth Graunke
2011-10-18
1
-3
/
+3
*
i965: Use Ivybridge's "Legacy Data Port" for reads/writes.
Kenneth Graunke
2011-10-18
3
-5
/
+16
*
intel: Add 'mode' param to intel_region_map
Chad Versace
2011-10-18
7
-16
/
+34
*
intel: Add HiZ operations to intel_context::vtbl for all drivers
Chad Versace
2011-10-18
7
-0
/
+125
[next]