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: 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
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-3
/
+3
*
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-3
/
+2
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-13
/
+13
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-3
/
+3
*
i965: Keep the CURBE BO mapped and memcpy instead of subdataing.
Eric Anholt
2010-02-06
1
-4
/
+7
*
i965: Reset the "need new CURBE BO" flag when we make a new CURBE bo.
Eric Anholt
2010-02-06
1
-0
/
+1
*
i965: Upload as many VS constants as possible through the push constants.
Eric Anholt
2010-01-19
1
-7
/
+18
*
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2010-01-04
1
-1
/
+1
*
i965: Flag BRW_NEW_CONTEXT on some context state.
Eric Anholt
2009-11-13
1
-1
/
+1
*
i965: Load NV program matrices when required.
Eric Anholt
2009-09-24
1
-0
/
+3
*
i965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.c
Eric Anholt
2009-08-29
1
-0
/
+3
*
i965: Split WM constant buffer update from other WM surfaces.
Eric Anholt
2009-05-06
1
-52
/
+0
*
i965: Disentangle VS constant surface state from WM surface state.
Eric Anholt
2009-05-06
1
-15
/
+0
*
Merge branch 'const-buffer-changes'
Brian Paul
2009-05-01
1
-14
/
+8
|
\
|
*
i965: #include prog_print.h to silence warning
Brian Paul
2009-04-27
1
-0
/
+1
|
*
i965: only upload constant buffer data when we actually need the const buffer
Brian Paul
2009-04-27
1
-2
/
+4
|
*
i965: updates to some debug code
Brian Paul
2009-04-22
1
-6
/
+6
|
*
i965: use new _NEW_PROGRAM_CONSTANTS flag instead of dynamic flags
Brian Paul
2009-04-22
1
-8
/
+1
*
|
i965: only upload constant buffer data when we actually need the const buffer
Brian Paul
2009-04-27
1
-2
/
+4
*
|
i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...
Brian Paul
2009-04-24
1
-5
/
+9
*
|
i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982
Brian Paul
2009-04-23
1
-2
/
+2
*
|
intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.
Eric Anholt
2009-04-23
1
-2
/
+2
|
/
*
i965: updated CURBE allocation code
Brian Paul
2009-04-17
1
-5
/
+9
*
i965: const buffer debug code (disabled)
Brian Paul
2009-04-16
1
-0
/
+12
*
i965: checkpoint commit: VS constant buffers
Brian Paul
2009-04-14
1
-0
/
+2
*
i965: added null const_buffer pointer check in update_constant_buffer()
Brian Paul
2009-04-10
1
-1
/
+1
*
i965: re-org of some of the new constant buffer code
Brian Paul
2009-04-09
1
-14
/
+32
*
i965: remove unused var
Brian Paul
2009-04-03
1
-1
/
+0
[next]