index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nouveau
/
nv30
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-05
nouveau: send back a debug message when waiting for a fence to complete
Ilia Mirkin
1
-1
/
+1
2015-11-05
nouveau: add support for sending debug messages via KHR_debug
Ilia Mirkin
1
-0
/
+1
2015-11-04
nouveau: relax fence emit space assert
Ilia Mirkin
1
-1
/
+1
2015-10-28
gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS
Marek Olšák
1
-0
/
+1
2015-10-20
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
1
-0
/
+4
2015-10-20
gallium: add PIPE_CAP_SHAREABLE_SHADERS
Marek Olšák
1
-0
/
+1
2015-10-15
nv30: include the header of ffs prototype
Chih-Wei Huang
1
-0
/
+1
2015-10-07
nouveau: make sure there's always room to emit a fence
Ilia Mirkin
1
-1
/
+3
2015-10-04
nv30: always go through translate module on big-endian
Ilia Mirkin
1
-0
/
+4
2015-10-04
nv30: pretend to have packed texture/surface formats
Ilia Mirkin
1
-12
/
+12
2015-10-03
gallium: add per-sample interpolation control into rasterizer statOAe
Marek Olšák
1
-0
/
+1
2015-09-28
nouveau: be more careful about freeing temporary transfer buffers
Ilia Mirkin
1
-2
/
+7
2015-09-13
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
1
-0
/
+1
2015-09-09
nv30: Disable msaa unless requested from the env by NV30_MAX_MSAA
Hans de Goede
2
-1
/
+21
2015-09-09
nv30: Fix color resolving for nv3x cards
Hans de Goede
1
-1
/
+37
2015-09-07
nv30: Fix max width / height checks in nv30 sifm code
Hans de Goede
1
-2
/
+2
2015-09-04
nv30: Implement color resolve for msaa
Hans de Goede
2
-14
/
+8
2015-09-04
nv30: Fix creation of scanout buffers
Hans de Goede
1
-0
/
+10
2015-08-26
nouveau: avoid build failures since 0fc21ecf
Ilia Mirkin
1
-1
/
+1
2015-08-26
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2
-2
/
+2
2015-08-14
nv30: add depth bounds test support for hw that has it
Ilia Mirkin
3
-2
/
+14
2015-08-14
gallium: add an interface for EXT_depth_bounds_test
Marek Olšák
1
-0
/
+1
2015-08-14
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
1
-0
/
+2
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
16
-54
/
+54
2015-07-21
nouveau: use bool instead of boolean
Samuel Pitoiset
19
-138
/
+138
2015-07-16
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
1
-0
/
+1
2015-06-29
nv30: align transfer stride to 64, required by blit, sifm transfer impls
Ilia Mirkin
1
-2
/
+2
2015-06-29
nv30: allow vertex state creation with 0 elements
Ilia Mirkin
1
-2
/
+3
2015-06-29
nv30: reset fragprog bufctx at bind time
Ilia Mirkin
1
-1
/
+8
2015-06-29
nv30: modernize fp upload logic
Ilia Mirkin
1
-10
/
+14
2015-06-29
nv30: provide a minimum map buffer alignment
Ilia Mirkin
1
-1
/
+2
2015-06-29
nv30: avoid leaking blit fp/vp
Ilia Mirkin
1
-0
/
+6
2015-06-29
nv40: enable base vertex
Ilia Mirkin
3
-4
/
+5
2015-06-05
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
1
-0
/
+2
2015-05-25
nv30: falling back to draw path for edgeflag does no good
Ilia Mirkin
1
-3
/
+2
2015-05-25
nv30/draw: switch varying hookup logic to know about texcoords
Ilia Mirkin
1
-9
/
+16
2015-05-25
nv30/draw: allocate vertex buffers in gart
Ilia Mirkin
1
-6
/
+10
2015-05-25
nv30/draw: only use the DMA1 object (GART) if the bo is not in VRAM
Ilia Mirkin
1
-3
/
+3
2015-05-25
nv30/draw: fix indexed draws with swtnl path and a resource index buffer
Ilia Mirkin
1
-3
/
+3
2015-05-25
nv30/draw: draw expects constbuf size in bytes, not vec4 units
Ilia Mirkin
1
-1
/
+1
2015-05-25
nv30/draw: avoid leaving stale pointers in draw state
Ilia Mirkin
1
-4
/
+4
2015-05-24
nv30: fix clip plane uploads and enable changes
Ilia Mirkin
1
-9
/
+7
2015-05-24
nv30: avoid doing extra work on clear and hitting unexpected states
Ilia Mirkin
5
-9
/
+11
2015-05-24
nv30: avoid leaking render state and draw shaders
Ilia Mirkin
3
-0
/
+16
2015-05-24
nv30: don't leak fragprog consts
Ilia Mirkin
1
-0
/
+1
2015-05-23
nv30: check nouveau_bo_map output of notify bo
Ilia Mirkin
1
-1
/
+1
2015-05-20
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2
-3
/
+3
2015-05-14
nv30: remove unused nvfx_fp_memcpy() function and comment nv40_fp_bra()
Samuel Pitoiset
1
-14
/
+3
2015-05-12
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
1
-0
/
+1
2015-05-08
util: Move gallium's linked list to util
Jason Ekstrand
1
-1
/
+1
[next]