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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Avoid register coalescing away MATH workarounds on Ivybridge.
Kenneth Graunke
2011-05-17
1
-1
/
+1
*
i965: Make the CONT instruction point to the WHILE instruction.
Kenneth Graunke
2011-05-17
1
-5
/
+2
*
i965: Add support for loops on Ivybridge.
Kenneth Graunke
2011-05-17
1
-3
/
+18
*
i965: Add support for IF/ELSE/ENDIF control flow on Ivybridge.
Kenneth Graunke
2011-05-17
3
-8
/
+40
*
i965: Add support for Ivybridge texturing messages.
Kenneth Graunke
2011-05-17
2
-3
/
+66
*
i965: Fix sampler message descriptor on Ivybridge.
Kenneth Graunke
2011-05-17
2
-1
/
+23
*
i965: Fix SAMPLER_STATE on Ivybridge.
Kenneth Graunke
2011-05-17
5
-2
/
+250
*
i965: Mark some brw_wm_sampler_state.c helper functions as non-static.
Kenneth Graunke
2011-05-17
2
-2
/
+9
*
i965: Update SURFACE_STATE for Ivybridge.
Kenneth Graunke
2011-05-17
5
-4
/
+503
*
i965: Mark a few more brw_wm_surface_state functions as non-static.
Kenneth Graunke
2011-05-17
2
-5
/
+14
*
i965: Change brw_format_for_mesa_format to a non-static function.
Kenneth Graunke
2011-05-17
2
-55
/
+63
*
i965: Set Address Modify Enable in VERTEX_BUFFER on Ivybridge.
Kenneth Graunke
2011-05-17
2
-0
/
+4
*
i965: Enable channel masks in Ivybridge's URB_WRITE_HWORD header.
Kenneth Graunke
2011-05-17
1
-0
/
+8
*
i965: Fix the URB write message descriptor on Ivybridge.
Kenneth Graunke
2011-05-17
2
-2
/
+29
*
i965: Fix render target writes on Ivybridge.
Kenneth Graunke
2011-05-17
2
-1
/
+29
*
i965: Mad hacks to avoid using MRFs on Ivybridge.
Kenneth Graunke
2011-05-17
1
-1
/
+19
*
i965: Emit 3DPRIMITIVE Ivybridge-style.
Kenneth Graunke
2011-05-17
2
-1
/
+62
*
i965: Don't use the GS for breaking down quads on Ivybridge.
Kenneth Graunke
2011-05-17
2
-3
/
+3
*
i965: Emit extra 0's in 3DSTATE_MULTISAMPLE on Ivybridge.
Kenneth Graunke
2011-05-17
1
-2
/
+5
*
i965: Add depth buffer support on Ivybridge.
Kenneth Graunke
2011-05-17
6
-5
/
+140
*
i965: Upload sampler state pointers on Ivybridge.
Kenneth Graunke
2011-05-17
4
-1
/
+11
*
i965: Disable binding table pointers for unused pipeline stages.
Kenneth Graunke
2011-05-17
2
-0
/
+17
*
i965: Upload binding table pointers on Ivybridge.
Kenneth Graunke
2011-05-17
4
-2
/
+16
*
i965: Split BRW_NEW_BINDING_TABLE dirty bit into one per stage.
Kenneth Graunke
2011-05-17
5
-15
/
+27
*
i965: Explicitly disable unused pipeline stages on Ivybridge.
Kenneth Graunke
2011-05-17
5
-1
/
+141
*
i965: Initial Ivybridge VS state.
Kenneth Graunke
2011-05-17
4
-1
/
+96
*
i965: Initial Ivybridge Viewport state setup.
Kenneth Graunke
2011-05-17
6
-4
/
+137
*
i965: Initial Ivybridge Clip state setup.
Kenneth Graunke
2011-05-17
5
-1
/
+125
*
i965: Initial Ivybridge CC state setup.
Kenneth Graunke
2011-05-17
5
-1
/
+98
*
i965: Initial Ivybridge WM/PS state setup.
Kenneth Graunke
2011-05-17
5
-3
/
+322
*
i965: Initial Ivybridge SF/SBE state setup.
Kenneth Graunke
2011-05-17
5
-2
/
+291
*
i965: Make gen6_sf_state.c's get_attr_override non-static.
Kenneth Graunke
2011-05-17
2
-1
/
+5
*
i965: Initial Ivybridge URB space partitioning, including push constants.
Kenneth Graunke
2011-05-17
8
-4
/
+162
*
i965: Set maximum number of threads for Ivybridge.
Kenneth Graunke
2011-05-17
1
-1
/
+11
*
i965: Split out tracked state atoms for Ivybridge.
Kenneth Graunke
2011-05-17
1
-1
/
+70
*
intel: Initial IS_GEN7 plumbing.
Kenneth Graunke
2011-05-17
3
-3
/
+17
*
i965: Rename max_vs_handles to max_vs_entries for consistency.
Kenneth Graunke
2011-05-17
3
-6
/
+6
*
i965: Convert BRW_NEW_* dirty bits to use an enum.
Kenneth Graunke
2011-05-17
1
-21
/
+45
*
i965: Rework IF/ELSE jump target back-patching.
Kenneth Graunke
2011-05-17
1
-114
/
+144
*
i965: Move IF stack handling into the EU abstraction layer/brw_compile.
Kenneth Graunke
2011-05-17
10
-132
/
+122
*
i965: Get a ralloc context into brw_compile.
Kenneth Graunke
2011-05-17
8
-22
/
+44
*
i965/gs: Move generation check for bailing earlier.
Kenneth Graunke
2011-05-17
1
-6
/
+6
*
i965: Add _NEW_LIGHT to Gen6 clip state dirty bits.
Kenneth Graunke
2011-05-17
1
-1
/
+2
*
mesa: add some missing GLAPIENTRY keywords
Brian Paul
2011-05-17
1
-11
/
+11
*
r300/compiler: Fix bug in rc_get_variables()
Tom Stellard
2011-05-17
1
-45
/
+13
*
u_vbuf_mgr: fix max_index computation when src_offset is abused as buffer_offset
Marek Olšák
2011-05-17
1
-1
/
+6
*
mesa: make RGB9_E5 non-renderable on swrast again
Marek Olšák
2011-05-17
1
-6
/
+4
*
Revert "mesa: set reasonable defaults in update_wrapper"
Marek Olšák
2011-05-17
1
-5
/
+2
*
i965: Pass brw_compile pointer to brw_set_src[01].
Kenneth Graunke
2011-05-16
3
-98
/
+107
*
i965: Fix "Paramater" typo in gen6_wm_state.c.
Kenneth Graunke
2011-05-16
1
-1
/
+1
[prev]
[next]