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
/
drivers
/
dri
/
i965
/
brw_curbe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use bitmask/ffs to iterate enabled clip planes.
Mathias Fröhlich
2016-06-16
1
-10
/
+11
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-0
/
+2
*
i965: Drop #include of main/glheader.h.
Matt Turner
2015-11-24
1
-1
/
+0
*
i965: Mark constant static data as const.
Matt Turner
2015-07-14
1
-1
/
+1
*
i965: Implement proper workaround for Gen4 GPU CONSTANT_BUFFER hangs.
Kenneth Graunke
2015-04-14
1
-13
/
+26
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-2
/
+2
*
i965: Work around mysterious Gen4 GPU hangs with minimal state changes.
Kenneth Graunke
2015-01-19
1
-0
/
+13
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-6
/
+6
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-8
/
+8
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-7
/
+8
*
i965: Make Gen4-5 push constants call _mesa_load_state_parameters too.
Kenneth Graunke
2014-11-21
1
-0
/
+4
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-1
/
+1
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-1
/
+1
*
i965: Store uniform constant values in a gl_constant_value instead of float
Neil Roberts
2014-08-14
1
-10
/
+12
*
i965: Update a ton of comments about constant buffers.
Eric Anholt
2014-07-02
1
-32
/
+54
*
i965: Fix state flags for gen4/5 CURBE.
Eric Anholt
2014-07-02
1
-8
/
+8
*
i965: Drop the memcmp for finding duplicated CURBE uploads.
Eric Anholt
2014-07-02
1
-23
/
+2
*
i965: Reuse intel_upload.c for gen4/5 constant buffers.
Eric Anholt
2014-07-02
1
-28
/
+3
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
1
-1
/
+0
*
i965: Move the remaining driver debug over to stderr.
Eric Anholt
2014-02-22
1
-13
/
+13
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-6
/
+6
*
i965: Remove CACHED_BATCH support altogether.
Kenneth Graunke
2014-01-17
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-9
/
+9
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-3
/
+2
*
i965: Move intel_context::bufmgr to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-2
/
+0
*
i965/vs: split brw_vs_prog_data into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-3
/
+3
*
i965: Remove some stale comments about the brw_constant_buffer atom.
Eric Anholt
2013-02-11
1
-6
/
+0
*
i965: Update comment about clipper constants.
Kenneth Graunke
2012-11-01
1
-9
/
+1
*
i965/vs: Remove support for the old parameter layout.
Kenneth Graunke
2012-11-01
1
-19
/
+2
*
i965: Remove unused param conversion code.
Eric Anholt
2012-07-25
1
-2
/
+1
*
i965/gen4: Move CURBE offset calculation to emit() time.
Eric Anholt
2011-10-29
1
-1
/
+1
*
i965/gen4: Fold push constant prepare()/emit() together.
Eric Anholt
2011-10-29
1
-13
/
+9
*
i965: Remove the validated BO list, now that it's unused.
Eric Anholt
2011-10-29
1
-2
/
+0
*
mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()
Paul Berry
2011-10-06
1
-1
/
+1
*
i965 Gen6: Implement gl_ClipVertex.
Paul Berry
2011-10-05
1
-4
/
+6
*
i965 new VS: don't share clip plane constants in pre-GEN6
Paul Berry
2011-09-28
1
-2
/
+7
*
i965: Remove bogus assertion on MAX_CLIP_PLANES.
Paul Berry
2011-09-20
1
-1
/
+0
*
i965: Use native integer uniforms when the new VS backend is in use.
Eric Anholt
2011-08-30
1
-2
/
+1
*
i965/vs: Start adding support for uniforms
Eric Anholt
2011-08-16
1
-10
/
+17
*
i965: Move repeat-instruction-suppression to batchbuffer core
Chris Wilson
2011-02-21
1
-9
/
+11
*
i965: Drop push-mode reladdr constant loading and always use constant_map.
Eric Anholt
2010-12-08
1
-15
/
+7
*
i965: Make FS uniforms be the actual type of the uniform at upload time.
Eric Anholt
2010-10-27
1
-2
/
+4
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
Merge branch 'shader-file-reorg'
Brian Paul
2010-06-23
1
-3
/
+3
|
\
|
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-3
/
+3
*
|
i965: Warning fixes from the i965-streaming merge.
Eric Anholt
2010-06-11
1
-2
/
+0
*
|
i965: Split constant buffer setup from its surface state/binding state.
Eric Anholt
2010-06-11
1
-10
/
+0
|
/
*
i965: Avoid calloc/free in the CURBE upload process.
Eric Anholt
2010-06-09
1
-15
/
+9
[next]