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
/
drivers
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Set MaxIfDepth to UINT_MAX on Gen6+ and 16 on prior generations.
Kenneth Graunke
2011-10-21
1
-0
/
+1
*
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
*
i965: silence signed/unsigned comparison warning
Brian Paul
2011-10-19
1
-1
/
+2
*
i965: setup address rounding enable bits
Yuanhan Liu
2011-10-19
3
-0
/
+25
*
i965: remove unused vars in brw_set_ff_sync_message()
Brian Paul
2011-10-18
1
-3
/
+0
*
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 HiZ operations to intel_context::vtbl for all drivers
Chad Versace
2011-10-18
4
-0
/
+91
*
i965: Initialize intel_context::vtbl after calling intelInitContext()
Chad Versace
2011-10-18
1
-1
/
+2
*
i965/gen6: Fix segfault in prepare_blend_state()
Chad Versace
2011-10-18
1
-1
/
+1
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
47
-305
/
+310
*
i965 Gen6+: De-compact clip plane constants for old VS backend.
Paul Berry
2011-10-13
1
-8
/
+7
*
i965: Fix computation of abs(-x) in FS
Paul Berry
2011-10-11
2
-1
/
+5
*
i965: Replace incorrect use of GLboolean with enum brw_compression.
Kenneth Graunke
2011-10-11
3
-5
/
+9
*
i965: Change type of brw_context.primitive from GLenum to hardware primitive
Chad Versace
2011-10-10
4
-43
/
+41
*
i965: Split brw_set_prim into brw/gen6 variants
Chad Versace
2011-10-10
1
-1
/
+18
*
i965: Fix timer query on gen6+
Zou Nan hai
2011-10-10
1
-5
/
+12
*
i965: Fix inconsistent indentation in brw_eu_emit.c.
Kenneth Graunke
2011-10-07
1
-197
/
+197
*
mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgram
Ian Romanick
2011-10-07
3
-5
/
+8
*
mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgram
Ian Romanick
2011-10-07
2
-4
/
+7
*
i965: make swizzle_for_size() return unsigned
Brian Paul
2011-10-07
1
-2
/
+2
*
i965: make size_swizzles[] static const
Brian Paul
2011-10-07
1
-1
/
+1
*
i965: silence unused var warnings in non-debug builds
Brian Paul
2011-10-07
2
-0
/
+2
*
i965 Gen6+: De-compact clip planes.
Paul Berry
2011-10-06
7
-68
/
+56
*
i965 VS: Change nr_userclip to nr_userclip_planes.
Paul Berry
2011-10-06
4
-13
/
+16
*
i965: Make brw_compute_vue_map's userclip dependency a boolean.
Paul Berry
2011-10-06
13
-25
/
+32
*
i965: Move ClipPlanesEnabled state to VS cache key.
Paul Berry
2011-10-06
3
-1
/
+9
*
i965: Rearrange VS cache key struct.
Paul Berry
2011-10-06
1
-1
/
+11
*
mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()
Paul Berry
2011-10-06
11
-21
/
+14
*
i965 Gen6: Implement gl_ClipVertex.
Paul Berry
2011-10-05
5
-8
/
+66
*
i965: remove unneeded includes of texstore.h
Brian Paul
2011-10-03
3
-3
/
+0
*
i965: Add support for GL_EXT_texture_array and GL_MESA_texture_array.
Eric Anholt
2011-10-03
5
-0
/
+16
*
intel: Add a helper function for getting miptree size from a texture image.
Eric Anholt
2011-10-03
2
-6
/
+12
*
i965: Refactor out the cube map setup for general texture array setup.
Eric Anholt
2011-10-03
1
-29
/
+37
*
i965: Stop lowering integer division to multiply and reciprocal.
Kenneth Graunke
2011-10-02
1
-1
/
+0
*
i965: Reverse the operands for INT DIV prior to Gen6.
Kenneth Graunke
2011-10-02
2
-4
/
+30
*
i965/vs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
3
-4
/
+24
*
i965/fs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
7
-4
/
+32
[next]