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_cc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.
Eric Anholt
2013-06-25
1
-2
/
+2
*
intel: Use accessor for stencil reference values
Chris Forbes
2013-05-15
1
-2
/
+3
*
mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functions
Marek Olšák
2013-04-24
1
-1
/
+1
*
i965: Avoid blending with destination alpha when RB format has no alpha bits
Carl Worth
2013-01-14
1
-6
/
+6
*
i965: Correct _NEW_TRANSOFORM typos.
Kenneth Graunke
2012-01-07
1
-1
/
+1
*
i965/gen4: Move CC VP to emit() time, since it's only needed by CC's emit().
Eric Anholt
2011-10-29
1
-2
/
+2
*
mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
Ian Romanick
2011-09-19
1
-1
/
+1
*
i965: Add a type argument to brw_state_batch().
Eric Anholt
2011-07-11
1
-2
/
+4
*
i965: Move the CC VP to state streaming.
Eric Anholt
2011-04-29
1
-18
/
+21
*
intel: Add support for ARB_color_buffer_float.
Eric Anholt
2011-04-20
1
-4
/
+4
*
i965: Remember to pack the constant blend color as floats into the batch
Chris Wilson
2011-02-24
1
-4
/
+4
*
i965: Move repeat-instruction-suppression to batchbuffer core
Chris Wilson
2011-02-21
1
-12
/
+10
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-1
/
+1
*
i965: drop state_bo references to batch_bo
Chris Wilson
2011-02-21
1
-3
/
+3
*
i965: write cc straight to batch
Chris Wilson
2011-02-21
1
-48
/
+46
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
1
-6
/
+6
*
i965: Rename more #defines to 3DSTATE rather than CMD or CMD_3D.
Kenneth Graunke
2011-01-10
1
-1
/
+1
*
i965: Move gen4 blend constant color to the gen4 blending file.
Eric Anholt
2010-11-23
1
-0
/
+25
*
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-03
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
i965: Also enable CC statistics when doing OQs.
Eric Anholt
2010-09-21
1
-3
/
+4
*
i965: Stream out CC unit state.
Eric Anholt
2010-06-12
1
-153
/
+63
*
i965: GC the last two arguments to brw_cache_data.
Eric Anholt
2010-06-11
1
-2
/
+1
*
i965: Set the CC VP state immediately on state change.
Eric Anholt
2010-06-11
1
-10
/
+2
*
intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.
Eric Anholt
2010-06-08
1
-6
/
+3
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-4
/
+4
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-2
/
+0
|
\
|
*
i965: Remove unnecessary headers.
Vinson Lee
2010-01-22
1
-2
/
+0
*
|
i965: Allow for variable-sized auxdata in the state cache.
Eric Anholt
2010-01-19
1
-2
/
+1
|
/
*
i965: Use current draw buffer instead of drawable visual to get alpha bits
Ian Romanick
2009-12-14
1
-2
/
+2
*
i965: Fix handling of drawing to MESA_FORMAT_XRGB8888
Ian Romanick
2009-12-10
1
-0
/
+34
*
i965: Always pass the size argument to brw_cache_data.
Eric Anholt
2009-11-06
1
-1
/
+2
*
i965: Fix fallout from ARB_depth_clamp enablement that broke glDepthRange.
Eric Anholt
2009-10-29
1
-4
/
+10
*
i965: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
1
-3
/
+5
*
mesa: use Stencil._Enabled field instead of Stencil.Enabled
Brian Paul
2009-03-02
1
-1
/
+1
*
i965: Remove brw->attribs now that we can just always look in the GLcontext.
Eric Anholt
2009-02-02
1
-34
/
+34
*
Track two sets of back-face stencil state
Ian Romanick
2009-01-23
1
-7
/
+8
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-2
/
+2
*
intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.
Eric Anholt
2008-09-10
1
-6
/
+6
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-10
/
+9
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-9
/
+10
*
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-08-08
1
-4
/
+2
*
965: cleanups to state emission from aperture checking and state ordering.
Eric Anholt
2008-08-08
1
-2
/
+2
*
[intel-gem] Chase domain flag renaming in the DRM.
Eric Anholt
2008-06-11
1
-1
/
+1
*
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-06-03
1
-6
/
+6
*
GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.
Eric Anholt
2008-05-07
1
-1
/
+2
*
i965: initial attempt at fixing the aperture overflow
Dave Airlie
2008-04-18
1
-4
/
+6
*
[965] Rename depth_mask in CC key to depth_write, since it's a boolean enable.
Eric Anholt
2008-01-16
1
-4
/
+3
*
[965] Fix the type of alpha_ref in CC key, fixing ppracer rendering.
Eric Anholt
2008-01-16
1
-1
/
+1
*
[intel] Convert relocations to not be cleared out on buffer submit.
Eric Anholt
2008-01-03
1
-16
/
+15
[next]