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/gs: Allocate push constant space for use by GS.
Paul Berry
2013-08-31
6
-22
/
+68
*
i965/gen7: Emit CS stall after 3DSTATE_PUSH_CONSTANT_ALLOC_PS.
Paul Berry
2013-08-31
1
-0
/
+30
*
i965/gs: Allocate URB space for use by GS.
Paul Berry
2013-08-31
3
-35
/
+143
*
i965: Make CACHE_NEW_GS_PROG.
Paul Berry
2013-08-31
1
-0
/
+2
*
i965/gs: Create brw_context::gs structure to track GS program state.
Paul Berry
2013-08-31
1
-0
/
+5
*
i965: Move data from brw->vs into a base class if gs will also need it.
Paul Berry
2013-08-31
12
-85
/
+108
*
i965/gs: Update defines related to GS surface organization.
Paul Berry
2013-08-31
8
-29
/
+29
*
i965: Move vec4 register allocation data structures to brw->vec4.
Paul Berry
2013-08-31
2
-29
/
+33
*
i965: Rename user-defined gs structs from vec4_gs to gs.
Paul Berry
2013-08-31
3
-9
/
+9
*
i965: rename legacy gs structs and functions to ff_gs.
Paul Berry
2013-08-31
14
-146
/
+156
*
i965/fs: Detect GRF sources in split_virtual_grfs send-from-GRF code.
Kenneth Graunke
2013-08-30
1
-1
/
+5
*
i965/vs: Detect GRF sources in split_virtual_grfs send-from-GRF code.
Kenneth Graunke
2013-08-30
1
-2
/
+6
*
mesa: Don't choose S3TC for generic compression if we can't compress.
Eric Anholt
2013-08-30
1
-4
/
+8
*
mesa: Rip out more extension checking from texformat.c.
Eric Anholt
2013-08-30
1
-10
/
+4
*
i965: Switch gen4-6 to using the sampler's base level for GL BASE_LEVEL.
Eric Anholt
2013-08-30
2
-23
/
+12
*
i965/gen7: Use the base_level field of the sampler to handle GL's BASE_LEVEL.
Eric Anholt
2013-08-30
2
-21
/
+12
*
i965: Add missing state reset at the end of blorp.
Eric Anholt
2013-08-30
3
-5
/
+8
*
i965: Drop extra flush when calling intel_miptree_map_raw().
Eric Anholt
2013-08-30
1
-1
/
+0
*
i965: Make a slight distinction in perf debug for BOs versus miptrees.
Eric Anholt
2013-08-30
1
-1
/
+1
*
intel: Reuse intel_glFlush().
Eric Anholt
2013-08-30
1
-2
/
+1
*
intel: Add support for the new flush_with_flags extension.
Eric Anholt
2013-08-30
1
-10
/
+36
*
intel: Add a batch flush between front-buffer downsample and X protocol.
Eric Anholt
2013-08-30
1
-0
/
+1
*
i965: Directly call intel_batchbuffer_flush() after i915 split.
Eric Anholt
2013-08-30
7
-24
/
+10
*
i965/vs: Fix regression on pre-gen6 with no VS uniforms in use.
Eric Anholt
2013-08-30
1
-0
/
+1
*
i965: Allocate just enough space for user clip planes in uniform arrays.
Kenneth Graunke
2013-08-28
1
-2
/
+4
*
i965: Silence unused variable warning in release build
Chad Versace
2013-08-28
1
-1
/
+1
*
mesa/main: Check for 0 size draws after validation.
Fabian Bieler
2013-08-27
2
-21
/
+42
*
i965/vs: Add support for translating ir_triop_fma into MAD.
Matt Turner
2013-08-27
2
-0
/
+12
*
i965/fs: Add support for translating ir_triop_fma into MAD.
Matt Turner
2013-08-27
4
-0
/
+10
*
i965/fs: Assert that ir_expressions are usable by 3-src instructions.
Matt Turner
2013-08-27
1
-0
/
+1
*
glsl: Add support for new fma built-in in ARB_gpu_shader5.
Matt Turner
2013-08-27
2
-0
/
+2
*
i915: Optimize SEQ and SNE when two operands are uniforms
Ian Romanick
2013-08-26
1
-12
/
+70
*
swrast: init i0, i1 values to silence warnings
Brian Paul
2013-08-26
1
-0
/
+1
*
mesa: init dst values in COPY_CLEAN_4V_TYPE_AS_FLOAT()
Brian Paul
2013-08-26
1
-1
/
+2
*
i965/vs: Allocate register set once at context creation.
Kenneth Graunke
2013-08-26
3
-4
/
+6
*
i965/vs: Move base_reg_count computation to brw_alloc_reg_set().
Kenneth Graunke
2013-08-26
1
-3
/
+4
*
i965/vs: Expose the payload registers to the register allocator.
Kenneth Graunke
2013-08-26
2
-6
/
+36
*
i965/vs: Use a fixed set of register classes.
Kenneth Graunke
2013-08-26
1
-37
/
+13
*
i965: Allow C++ type safety in the use of enum brw_urb_write_flags.
Paul Berry
2013-08-26
7
-11
/
+30
*
i965: Remove redundant (and uninitialized) field vec4_generator::ctx.
Paul Berry
2013-08-26
2
-3
/
+2
*
i965: Don't try to fall back when creating unrecognized program targets.
Paul Berry
2013-08-26
1
-1
/
+2
*
mesa: Set query->EverBound in glQueryCounter().
Kenneth Graunke
2013-08-25
1
-0
/
+1
*
i965/gs: Add a data structure for tracking VS output VUE map.
Paul Berry
2013-08-23
2
-1
/
+16
*
i965/vec4: Make a function for setting up vec4 program key clip info.
Paul Berry
2013-08-23
2
-6
/
+24
*
i965: Make prim_to_hw_prim accessible outside brw_draw.c.
Paul Berry
2013-08-23
2
-1
/
+3
*
i965/gs: add GS visitors.
Paul Berry
2013-08-23
3
-0
/
+351
*
i965/gs: Add GS_OPCODE_SET_DWORD_2_IMMED.
Paul Berry
2013-08-23
4
-0
/
+28
*
i965/gs: Add GS_OPCODE_SET_VERTEX_COUNT.
Paul Berry
2013-08-23
4
-0
/
+45
*
i965/gs: Add GS_OPCODE_SET_WRITE_OFFSET.
Paul Berry
2013-08-23
4
-0
/
+57
*
i965/gs: Add GS_OPCODE_THREAD_END.
Paul Berry
2013-08-23
5
-0
/
+32
[next]