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
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
8
-26
/
+26
*
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
2
-2
/
+2
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-0
/
+2
*
i965: Remove unnecessary headers.
Vinson Lee
2010-02-12
1
-8
/
+0
*
i965: Keep the CURBE BO mapped and memcpy instead of subdataing.
Eric Anholt
2010-02-06
3
-11
/
+13
*
i965: Reset the "need new CURBE BO" flag when we make a new CURBE bo.
Eric Anholt
2010-02-06
1
-0
/
+1
*
mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean
Brian Paul
2010-02-04
1
-3
/
+7
*
i965: Silence uninitialized variable warning.
Vinson Lee
2010-01-31
1
-1
/
+1
*
i965: Remove unnecessary headers.
Vinson Lee
2010-01-30
3
-3
/
+0
*
intel: Clean up stale comments about cliprects.
Eric Anholt
2010-01-26
1
-3
/
+3
*
i965: Remove DRI1 leftovers from stipple offset handling.
Eric Anholt
2010-01-26
1
-3
/
+3
*
i965: Add support for EXT_draw_buffers2.
Eric Anholt
2010-01-26
1
-2
/
+2
*
i965: Fix fp fragment.position handling and enable HW part of ARB_fcc.
Eric Anholt
2010-01-26
3
-16
/
+35
*
i965: Remove unnecessary malloc/free in VS binding table setup.
Eric Anholt
2010-01-25
1
-3
/
+1
*
i965: Fix build after merge of mesa stable branch.
Eric Anholt
2010-01-25
1
-0
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
18
-31
/
+0
|
\
|
*
i965: Remove unnecessary headers.
Vinson Lee
2010-01-22
18
-31
/
+0
*
|
i965: add support for ARB_half_float_vertex
Dave Airlie
2010-01-23
1
-0
/
+11
*
|
dri: Remove unnecessary glapi headers.
Chia-I Wu
2010-01-21
1
-2
/
+0
*
|
intel: Remove dead note_fence vtbl hook.
Eric Anholt
2010-01-19
3
-9
/
+0
*
|
i965: Improve the hashing of brw_state_cache keys to include the cache_id.
Eric Anholt
2010-01-19
1
-32
/
+54
*
|
i965: Remove obsolete comment about the state atoms.
Eric Anholt
2010-01-19
1
-7
/
+1
*
|
i965: Upload as many VS constants as possible through the push constants.
Eric Anholt
2010-01-19
5
-12
/
+84
*
|
i965: Allow for variable-sized auxdata in the state cache.
Eric Anholt
2010-01-19
17
-168
/
+124
*
|
i965: Clean up constbuf handling by splitting reladdr/non-reladdr loads.
Eric Anholt
2010-01-18
1
-46
/
+68
*
|
i965: Only set up the stack register if it's going to get used.
Eric Anholt
2010-01-18
2
-6
/
+23
*
|
i965: Fix loads of non-relative-addr constants after a reladdr load.
Eric Anholt
2010-01-18
1
-1
/
+7
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-08
1
-1
/
+1
|
\
|
|
*
i965: fix invalid assertion in emit_xpd(), again
Brian Paul
2010-01-06
1
-1
/
+1
|
*
i965: fix invalid assertion in emit_xpd()
Brian Paul
2010-01-05
1
-1
/
+1
*
|
intel: Remove leftover symlinks from DRI1 removal.
Eric Anholt
2010-01-07
1
-1
/
+0
*
|
i965: Fix build after blind merge of mesa 7.7 by Brian.
Eric Anholt
2010-01-05
1
-2
/
+3
*
|
Merge branch 'remove-intel-dri1'
Kristian Høgsberg
2010-01-05
10
-36
/
+24
|
\
\
|
*
|
intel: Drop more cliprect bookkeeping
Kristian Høgsberg
2010-01-04
2
-7
/
+0
|
*
|
intel: Remove client-side vblank code
Kristian Høgsberg
2010-01-04
1
-1
/
+0
|
*
|
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2010-01-04
7
-20
/
+19
|
*
|
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2010-01-04
1
-4
/
+0
|
*
|
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
3
-3
/
+3
|
*
|
Check for libdrm_$chipset.pc when needed
Kristian Høgsberg
2010-01-04
1
-1
/
+2
*
|
|
mesa: make texture BorderColor a union of float/int/uint
Brian Paul
2010-01-04
1
-5
/
+5
*
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-04
1
-20
/
+29
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
i965: Fix the surface offset calculation for tiled buffers.
Eric Anholt
2010-01-04
1
-20
/
+30
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
5
-5
/
+6
|
\
|
|
*
intel: Silence compiler warnings.
Vinson Lee
2009-12-28
5
-6
/
+8
|
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-27
2
-1
/
+2
|
|
\
|
|
*
i965: Fix assert.
Vinson Lee
2009-12-24
1
-1
/
+1
|
|
*
i965: Add missing va_end.
Vinson Lee
2009-12-24
1
-0
/
+1
*
|
|
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-1
/
+1
*
|
|
i965: Extra asserts on flow control instructions to clarify for clang.
Eric Anholt
2009-12-26
1
-1
/
+3
*
|
|
i965: Clean up double initialization of dst_flags from a rebase resolve.
Eric Anholt
2009-12-26
1
-4
/
+0
[next]