index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
2015-06-05
3
-0
/
+4
*
nv30: falling back to draw path for edgeflag does no good
Ilia Mirkin
2015-05-25
1
-3
/
+2
*
nv30/draw: switch varying hookup logic to know about texcoords
Ilia Mirkin
2015-05-25
1
-9
/
+16
*
nv30/draw: allocate vertex buffers in gart
Ilia Mirkin
2015-05-25
1
-6
/
+10
*
nv30/draw: only use the DMA1 object (GART) if the bo is not in VRAM
Ilia Mirkin
2015-05-25
1
-3
/
+3
*
nv30/draw: fix indexed draws with swtnl path and a resource index buffer
Ilia Mirkin
2015-05-25
1
-3
/
+3
*
nv30/draw: draw expects constbuf size in bytes, not vec4 units
Ilia Mirkin
2015-05-25
1
-1
/
+1
*
nv30/draw: avoid leaving stale pointers in draw state
Ilia Mirkin
2015-05-25
1
-4
/
+4
*
nv30: fix clip plane uploads and enable changes
Ilia Mirkin
2015-05-24
1
-9
/
+7
*
nv30: avoid doing extra work on clear and hitting unexpected states
Ilia Mirkin
2015-05-24
5
-9
/
+11
*
nv30: avoid leaking render state and draw shaders
Ilia Mirkin
2015-05-24
3
-0
/
+16
*
nv30: don't leak fragprog consts
Ilia Mirkin
2015-05-24
1
-0
/
+1
*
nv50/ir: avoid messing up arg1 of PFETCH
Ilia Mirkin
2015-05-23
1
-2
/
+18
*
nv30: check nouveau_bo_map output of notify bo
Ilia Mirkin
2015-05-23
1
-1
/
+1
*
nvc0: a geometry shader can have up to 1024 vertices output
Ilia Mirkin
2015-05-23
1
-1
/
+1
*
nv50: fix PIPE_QUERY_TIMESTAMP_DISJOINT, based on nvc0
Samuel Pitoiset
2015-05-23
1
-17
/
+22
*
nvc0/ir: LOAD's can't be used for shader inputs
Ilia Mirkin
2015-05-22
2
-0
/
+2
*
nv50/ir: guess that the constant offset is the starting slot of array
Ilia Mirkin
2015-05-22
1
-2
/
+4
*
nvc0/ir: set ftz when sources are floats, not just destinations
Ilia Mirkin
2015-05-22
1
-3
/
+2
*
nv50/ir: allow OP_SET to merge with OP_SET_AND/etc as well as a neg
Ilia Mirkin
2015-05-22
1
-26
/
+55
*
nvc0/ir: optimize set & 1.0 to produce boolean-float sets
Ilia Mirkin
2015-05-22
2
-0
/
+29
*
nvc0/ir: allow iset to produce a boolean float
Ilia Mirkin
2015-05-22
3
-5
/
+16
*
nvc0/ir: avoid jumping to a sched instruction
Ilia Mirkin
2015-05-22
3
-2
/
+9
*
nv50: fix PIPELINE_STATISTICS with HUD, based on nvc0
Samuel Pitoiset
2015-05-22
1
-1
/
+2
*
nv50: fix 64-bit queries with HUD, based on nvc0
Samuel Pitoiset
2015-05-22
1
-1
/
+13
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
3
-15
/
+4
*
gk110/ir: switch to gk104-style sched codes rather than all-in-one
Ilia Mirkin
2015-05-18
1
-9
/
+9
*
nvc0: remove unused nv50_tsc_wrap_mode() function
Samuel Pitoiset
2015-05-14
1
-18
/
+0
*
nv50/ir: silence compiler warnings about mismatched tags
Samuel Pitoiset
2015-05-14
1
-3
/
+3
*
nv50/ir: remove unused private field cycle to SchedDataCalculator
Samuel Pitoiset
2015-05-14
1
-1
/
+0
*
nv30: remove unused nvfx_fp_memcpy() function and comment nv40_fp_bra()
Samuel Pitoiset
2015-05-14
1
-14
/
+3
*
nvc0: do not expose MP counters for nvf0 (GK110+)
Samuel Pitoiset
2015-05-14
1
-39
/
+50
*
nouveau: document nouveau_heap
Ilia Mirkin
2015-05-12
1
-0
/
+20
*
nvc0: switch mechanism for shader eviction to be a while loop
Ilia Mirkin
2015-05-12
1
-5
/
+6
*
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
2015-05-12
3
-0
/
+3
*
nv50/ir: only enable mul saturate on G200+
Ilia Mirkin
2015-05-09
1
-1
/
+4
*
nvc0: reset the instanced elements state when doing blit using 3d engine
Ilia Mirkin
2015-05-09
1
-0
/
+6
*
nvc0: keep track of PGRAPH state in nvc0_screen
Ilia Mirkin
2015-05-09
4
-24
/
+34
*
nv50: keep track of PGRAPH state in nv50_screen
Ilia Mirkin
2015-05-09
4
-30
/
+36
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
6
-7
/
+5
*
nv50/ir: only propagate saturate up if some actual folding took place
Ilia Mirkin
2015-05-08
1
-1
/
+2
*
nv50/ir: add SHL to the list of U32 opcodes
Ilia Mirkin
2015-05-06
1
-0
/
+1
*
nvc0: all queries use an unsigned 64-bits integer by default
Samuel Pitoiset
2015-05-06
1
-5
/
+7
*
nvc0: make begin_query return false when all MP counters are used
Samuel Pitoiset
2015-05-06
1
-5
/
+8
*
nvc0: define driver-specific query groups
Samuel Pitoiset
2015-05-06
3
-0
/
+76
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
3
-4
/
+7
*
gallium: replace pipe_driver_query_info::max_value by a union
Samuel Pitoiset
2015-05-06
1
-4
/
+5
*
gallium: add new fields to pipe_driver_query_info
Samuel Pitoiset
2015-05-06
1
-4
/
+2
*
nvc0/ir: fix predicated PFETCH for real
Ilia Mirkin
2015-04-30
2
-2
/
+2
*
nv50/ir: fix asFlow() const helper for OP_JOIN
Ilia Mirkin
2015-04-29
1
-1
/
+1
[next]