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_wm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-4
/
+4
*
i965: Fix fp fragment.position handling and enable HW part of ARB_fcc.
Eric Anholt
2010-01-26
1
-5
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
i965: Remove unnecessary headers.
Vinson Lee
2010-01-22
1
-1
/
+0
*
|
i965: Allow for variable-sized auxdata in the state cache.
Eric Anholt
2010-01-19
1
-6
/
+7
|
/
*
i965: Fix several memory leaks on exit.
Eric Anholt
2009-11-21
1
-1
/
+0
*
Merge branch 'outputswritten64'
Ian Romanick
2009-11-17
1
-2
/
+2
*
i965: avoid memsetting all the BRW_WM_MAX_INSN arrays for every compile.
Eric Anholt
2009-11-10
1
-0
/
+14
*
i965: avoid shader translation on window resize
Brian Paul
2009-10-29
1
-6
/
+11
*
i965: don't use context state in emit_fb_write()
Brian Paul
2009-10-29
1
-0
/
+2
*
drivers: don't include texformat.h
Brian Paul
2009-10-05
1
-1
/
+0
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-1
/
+1
*
i965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY.
Eric Anholt
2009-08-12
1
-2
/
+2
*
i965: Store the dispatch width in the WM compile struct.
Eric Anholt
2009-08-12
1
-0
/
+2
*
i965: Fix source depth reg setting for FSes reading and writing to depth.
Eric Anholt
2009-08-05
1
-0
/
+2
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-16
1
-1
/
+1
|
\
|
*
i965: fix bugs in projective texture coordinates
Brian Paul
2009-06-16
1
-1
/
+1
*
|
i965: interpolate colors with perspective correction by default
Brian Paul
2009-06-12
1
-0
/
+4
*
|
i965: Fix register allocation of GLSL fp inputs.
Eric Anholt
2009-05-14
1
-1
/
+4
*
|
i965: fix segfault on low memory conditions
Robert Ellison
2009-05-08
1
-0
/
+7
|
/
*
i965: comments
Brian Paul
2009-04-03
1
-0
/
+5
*
i965: Fix glFrontFacing in twoside GLSL demo.
Eric Anholt
2009-03-23
1
-0
/
+2
*
i965: avoid unnecessary calls to brw_wm_is_glsl()
Brian Paul
2009-03-06
1
-1
/
+4
*
mesa: use Stencil._Enabled field instead of Stencil.Enabled
Brian Paul
2009-03-02
1
-1
/
+1
*
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-28
1
-1
/
+1
*
i965: update comment, use const qualifier
Brian Paul
2009-02-20
1
-4
/
+2
*
i965: code clean-ups, comments, and minor refactoring
Brian Paul
2009-02-13
1
-33
/
+53
*
i965: fix inconsistant indentation in brw_wm.c
Brian Paul
2009-02-13
1
-37
/
+39
*
i965: Remove brw->attribs now that we can just always look in the GLcontext.
Eric Anholt
2009-02-02
1
-17
/
+18
*
i965: implement GL_EXT_texture_swizzle
Brian Paul
2009-01-28
1
-0
/
+5
*
i965: minor improvements in brw_wm_populate_key()
Brian Paul
2009-01-28
1
-6
/
+6
*
Track two sets of back-face stencil state
Ian Romanick
2009-01-23
1
-2
/
+1
*
i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output.
Eric Anholt
2009-01-21
1
-0
/
+3
*
i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents.
Eric Anholt
2009-01-21
1
-48
/
+6
*
i965: added OPCODE_NRM3/4
Brian Paul
2009-01-01
1
-0
/
+3
*
i965: Fix stray character that the compile whined about.
Eric Anholt
2008-12-03
1
-0
/
+0
*
i915: Remove dead early z enable bit which was always on.
Eric Anholt
2008-11-28
1
-0
/
+0
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-3
/
+1
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-1
/
+3
*
i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug...
Xiang, Haihao
2008-08-20
1
-6
/
+3
*
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-08-08
1
-3
/
+1
*
i965: initial attempt at fixing the aperture overflow
Dave Airlie
2008-04-18
1
-2
/
+4
*
[i965] multiple rendering target support
Zou Nan hai
2008-03-13
1
-4
/
+1
*
[i965] fix fd.o bug #11471 and #11478
Zou Nan hai
2008-03-07
1
-2
/
+6
*
[965] Bug #9151: make fragment.position return window coords not screen coords.
Eric Anholt
2008-02-28
1
-1
/
+25
*
i965: remove unused hal hooks
Dave Airlie
2008-02-14
1
-19
/
+0
*
i965: new integrated graphics chipset support
Xiang, Haihao
2008-01-29
1
-2
/
+2
*
[965] Fix and enable separate stencil.
Eric Anholt
2007-12-21
1
-1
/
+2
*
[965] Replace the state cache suballocator with direct dri_bufmgr use.
Eric Anholt
2007-12-14
1
-16
/
+14
*
Revert "[965] Add missing flagging of new stage programs for updating stage s...
Eric Anholt
2007-12-05
1
-19
/
+7
[next]