index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_curbe.c
Age
Commit message (
Expand
)
Author
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-06-23
Merge branch 'shader-file-reorg'
Brian Paul
2010-06-11
i965: Warning fixes from the i965-streaming merge.
Eric Anholt
2010-06-11
i965: Split constant buffer setup from its surface state/binding state.
Eric Anholt
2010-06-10
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-09
i965: Avoid calloc/free in the CURBE upload process.
Eric Anholt
2010-06-08
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-03-04
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-06
i965: Keep the CURBE BO mapped and memcpy instead of subdataing.
Eric Anholt
2010-02-06
i965: Reset the "need new CURBE BO" flag when we make a new CURBE bo.
Eric Anholt
2010-01-19
i965: Upload as many VS constants as possible through the push constants.
Eric Anholt
2010-01-04
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2009-11-13
i965: Flag BRW_NEW_CONTEXT on some context state.
Eric Anholt
2009-09-24
i965: Load NV program matrices when required.
Eric Anholt
2009-08-29
i965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.c
Eric Anholt
2009-05-06
i965: Split WM constant buffer update from other WM surfaces.
Eric Anholt
2009-05-06
i965: Disentangle VS constant surface state from WM surface state.
Eric Anholt
2009-05-01
Merge branch 'const-buffer-changes'
Brian Paul
2009-04-27
i965: #include prog_print.h to silence warning
Brian Paul
2009-04-27
i965: only upload constant buffer data when we actually need the const buffer
Brian Paul
2009-04-27
i965: only upload constant buffer data when we actually need the const buffer
Brian Paul
2009-04-24
i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...
Brian Paul
2009-04-23
i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982
Brian Paul
2009-04-23
intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.
Eric Anholt
2009-04-22
i965: updates to some debug code
Brian Paul
2009-04-22
i965: use new _NEW_PROGRAM_CONSTANTS flag instead of dynamic flags
Brian Paul
2009-04-17
i965: updated CURBE allocation code
Brian Paul
2009-04-16
i965: const buffer debug code (disabled)
Brian Paul
2009-04-14
i965: checkpoint commit: VS constant buffers
Brian Paul
2009-04-10
i965: added null const_buffer pointer check in update_constant_buffer()
Brian Paul
2009-04-09
i965: re-org of some of the new constant buffer code
Brian Paul
2009-04-03
i965: remove unused var
Brian Paul
2009-04-03
i965: check-point commit of new constant buffer support
Brian Paul
2009-03-12
i965: fix const correctness
Brian Paul
2009-03-10
i965: use new cast wrappers
Brian Paul
2009-03-10
i965: asst. code clean-ups, comments
Brian Paul
2009-02-25
i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.
Eric Anholt
2009-02-02
i965: Remove brw->attribs now that we can just always look in the GLcontext.
Eric Anholt
2008-12-03
i965: Fix failure to upload new constant data when changing programs.
Eric Anholt
2008-10-28
i965: Fix check_aperture calls to cover everything needed for the prim at once.
Eric Anholt
2008-10-24
i965: don't emit state when dri_bufmgr_check_aperture_space fails.
Xiang, Haihao
2008-09-23
i965: Cope with batch getting flushed in the middle of batchbuffer emits.
Eric Anholt
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-08-24
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-08
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-08-08
965: cleanups to state emission from aperture checking and state ordering.
Eric Anholt
2008-06-11
[intel-gem] Chase domain flag renaming in the DRM.
Eric Anholt
[next]