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
/
gallium
/
drivers
/
nouveau
/
nv30
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv30: Disable msaa unless requested from the env by NV30_MAX_MSAA
Hans de Goede
2015-09-09
2
-1
/
+21
*
nv30: Fix color resolving for nv3x cards
Hans de Goede
2015-09-09
1
-1
/
+37
*
nv30: Fix max width / height checks in nv30 sifm code
Hans de Goede
2015-09-07
1
-2
/
+2
*
nv30: Implement color resolve for msaa
Hans de Goede
2015-09-04
2
-14
/
+8
*
nv30: Fix creation of scanout buffers
Hans de Goede
2015-09-04
1
-0
/
+10
*
nouveau: avoid build failures since 0fc21ecf
Ilia Mirkin
2015-08-26
1
-1
/
+1
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
2
-2
/
+2
*
nv30: add depth bounds test support for hw that has it
Ilia Mirkin
2015-08-14
3
-2
/
+14
*
gallium: add an interface for EXT_depth_bounds_test
Marek Olšák
2015-08-14
1
-0
/
+1
*
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
2015-08-14
1
-0
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
16
-54
/
+54
*
nouveau: use bool instead of boolean
Samuel Pitoiset
2015-07-21
19
-138
/
+138
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
1
-0
/
+1
*
nv30: align transfer stride to 64, required by blit, sifm transfer impls
Ilia Mirkin
2015-06-29
1
-2
/
+2
*
nv30: allow vertex state creation with 0 elements
Ilia Mirkin
2015-06-29
1
-2
/
+3
*
nv30: reset fragprog bufctx at bind time
Ilia Mirkin
2015-06-29
1
-1
/
+8
*
nv30: modernize fp upload logic
Ilia Mirkin
2015-06-29
1
-10
/
+14
*
nv30: provide a minimum map buffer alignment
Ilia Mirkin
2015-06-29
1
-1
/
+2
*
nv30: avoid leaking blit fp/vp
Ilia Mirkin
2015-06-29
1
-0
/
+6
*
nv40: enable base vertex
Ilia Mirkin
2015-06-29
3
-4
/
+5
*
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
2015-06-05
1
-0
/
+2
*
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
*
nv30: check nouveau_bo_map output of notify bo
Ilia Mirkin
2015-05-23
1
-1
/
+1
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
2
-3
/
+3
*
nv30: remove unused nvfx_fp_memcpy() function and comment nv40_fp_bra()
Samuel Pitoiset
2015-05-14
1
-14
/
+3
*
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
2015-05-12
1
-0
/
+1
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
1
-1
/
+1
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-2
/
+3
*
gallium/util: remove u_linkage
Ilia Mirkin
2015-03-26
2
-2
/
+0
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
1
-0
/
+2
*
gallium: add new double-related shader caps to all the getters
Ilia Mirkin
2015-02-20
1
-0
/
+6
*
gallium: add interface and state tracker support for GL_AMD_pinned_memory
Marek Olšák
2015-02-17
1
-0
/
+1
*
gallium: Add MULTISAMPLE_Z_RESOLVE cap
Axel Davy
2015-02-06
1
-0
/
+1
*
gallium: add a cap to determine whether the driver supports offset_clamp
Ilia Mirkin
2015-02-02
1
-0
/
+1
*
gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX
Roland Scheidegger
2014-12-16
1
-0
/
+1
*
gallium: Drop unused BRA opcode.
Eric Anholt
2014-11-24
2
-8
/
+0
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
2
-12
/
+0
*
gallium: Drop the unused RFL opcode.
Eric Anholt
2014-11-24
1
-13
/
+0
*
gallium: remove unused pipe_viewport_state::translate[3] and scale[3]
Marek Olšák
2014-11-16
1
-2
/
+2
*
gallium: introduce PIPE_CAP_CLIP_HALFZ.
Mathias Fröhlich
2014-10-24
1
-0
/
+1
[next]