Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
330d0607ed60fd3edca192e54b4246310f06652f
/
src
/
gallium
/
drivers
/
svga
330d060
gallium: remove pipe_index_buffer and set_index_buffer
by Marek Olšák
· 8 years ago
c24c3b9
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
by Marek Olšák
· 8 years ago
197907c
svga: implement sRGB rendering for imported surfaces
by Neha Bhende
· 8 years ago
1b415a5
svga: add function svga_linear_to_srgb()
by Neha Bhende
· 8 years ago
ca59fd1
svga: Add a more elaborate format compatibility determination v2
by Thomas Hellstrom
· 8 years ago
28feb63
svga: fix vertex buffer binding issue
by Brian Paul
· 8 years ago
fbda9b9
svga: Removed the unused label 'done' in svga_validate_surface_view()
by Charmaine Lee
· 8 years ago
019d5d5
svga: use the winsys interface to invalidate surface
by Charmaine Lee
· 8 years ago
5bd5ec6
svga: fix format for screen target
by Charmaine Lee
· 8 years ago
3626112
svga: cache the backing surface handle in the texture object
by Charmaine Lee
· 8 years ago
7f2f695
svga: Update the backing resource only if needed
by Charmaine Lee
· 8 years ago
c657646
svga: Set the surface dirty bit for the right surface view
by Charmaine Lee
· 8 years ago
dc30ac5
svga: Move rendertarget view related fields to hw_clear state
by Charmaine Lee
· 8 years ago
f482493
svga: Move setting the rendered_to flags to framebuffer emit time
by Charmaine Lee
· 8 years ago
1ee181b
svga: add const qualifiers on svga_check_sampler_view_resource_collision()
by Brian Paul
· 8 years ago
0f236ea
svga: improve surface view debug messages
by Brian Paul
· 8 years ago
943f4f4
svga: add DEBUG_SAMPLERS
by Brian Paul
· 8 years ago
577e114
svga: fail screen creation if HW version is too old
by Brian Paul
· 8 years ago
3a927e0
gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
by Samuel Pitoiset
· 8 years ago
17f24a9
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
by Nicolai Hähnle
· 8 years ago
16bd2c6
svga: add context pointer to the invalidate surface interface
by Charmaine Lee
· 8 years ago
0baa372
svga: remove pre-SVGA3D_HWVERSION_WS8_B1 code
by Brian Paul
· 8 years ago
b1c9644
svga: remove redundant surface propagation
by Charmaine Lee
· 8 years ago
35a748e
svga: Fix zslice index to svga_texture_copy_handle_resource()
by Charmaine Lee
· 8 years ago
5637a49
svga: specify include path for git_sha1.h for out-of-src builds
by Brian Paul
· 8 years ago
ab96d1b
svga: Fix out-of-sync backing surface
by Charmaine Lee
· 8 years ago
a08e3b8
svga: add a reset flag to svga_propagate_surface()
by Charmaine Lee
· 8 years ago
02c9bf2
svga: add the has_backed_views flag
by Charmaine Lee
· 8 years ago
a421d45
svga: only destroy render target view from a context that created it
by Charmaine Lee
· 8 years ago
b4c4ee0
svga: disable rasterization if rasterizer_discard is set or FS undefined
by Charmaine Lee
· 8 years ago
fed72ff
svga: do not emulate wide points in GS when doing transform feedback
by Charmaine Lee
· 8 years ago
d3e6f6d
gallium: add PIPE_CAP_TGSI_BALLOT
by Nicolai Hähnle
· 8 years ago
d6e6fa0
gallium: add sparse buffer interface and capability
by Nicolai Hähnle
· 8 years ago
7348df8
svga: add comment on svga_buffer_hw_storage_map()
by Brian Paul
· 8 years ago
ffe2bd6
gallium: Add a cap to check if the driver supports fill_rectangle
by Lyude
· 8 years ago
150736b
gallium: remove support for predicates from TGSI (v2)
by Marek Olšák
· 10 years ago
d0c7f92
gallium: add PIPE_CAP_TGSI CLOCK
by Nicolai Hähnle
· 8 years ago
bf3cdf0
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
by Marek Olšák
· 8 years ago
8dee325
svga: handle P016 format as well
by Christian König
· 8 years ago
5d15fe4
svga: remove shebang from svgadump/svga_dump.py
by Emil Velikov
· 8 years ago
bd9bb86
svga: remove execute bit from svga_dump.py
by Emil Velikov
· 8 years ago
b0d3938
gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()
by Brian Paul
· 8 years ago
2b9ab60
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
by Brian Paul
· 8 years ago
637e571
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
by Brian Paul
· 8 years ago
628e84a
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
by Timothy Arceri
· 8 years ago
ba72554
gallium/util: replace pipe_mutex_lock() with mtx_lock()
by Timothy Arceri
· 8 years ago
be18828
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
by Timothy Arceri
· 8 years ago
75b47dd
gallium/util: replace pipe_mutex_init() with mtx_init()
by Timothy Arceri
· 8 years ago
2efddc6
gallium/util: replace pipe_mutex with mtx_t
by Timothy Arceri
· 8 years ago
28fd655
svga: pass NULL to ureg_get_tokens()
by Timothy Arceri
· 8 years ago
b95ead8
svga: fix crash regression since e027935a795
by Brian Paul
· 8 years ago
69fb8f3
svga: s/unsigned/pipe_prim_type/
by Brian Paul
· 8 years ago
a9ff377
svga: whitespace fixes in svga_context.h
by Brian Paul
· 8 years ago
49134c0
svga: whitespace and formatting fixes in svga_stage.c
by Brian Paul
· 8 years ago
fcf4663
svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removal
by Brian Paul
· 8 years ago
4a88396
gallium: remove PIPE_CAP_USER_INDEX_BUFFERS
by Marek Olšák
· 8 years ago
e78ccee
svga: implement user index buffers
by Marek Olšák
· 8 years ago
ad019bf
gallium: remove TGSI_OPCODE_CLAMP
by Marek Olšák
· 8 years ago
55ad59d
gallium: set pipe_context uploaders in drivers (v3)
by Marek Olšák
· 8 years ago
b090033
gallium: add separate PIPE_CAP_INT64_DIVMOD
by Ilia Mirkin
· 8 years ago
a020cb3
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
by Nicolai Hähnle
· 8 years ago
be3b5e0
svga: remove const qualifier from SVGA3D_vgpu10_GenMips() prototype
by Emil Velikov
· 8 years ago
f804506
gallium: Add integer 64 capability
by Dave Airlie
· 8 years ago
6e40938
gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
by Ilia Mirkin
· 8 years ago
ee3ebe6
gallium: add PIPE_CAP_TGSI_FS_FBFETCH
by Ilia Mirkin
· 8 years ago
d995115
gallium: remove TGSI_OPCODE_SUB
by Marek Olšák
· 8 years ago
a4ace98
gallium: remove TGSI_OPCODE_ABS
by Marek Olšák
· 8 years ago
e51baeb
gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
by Marek Olšák
· 8 years ago
8801734
svga: Fix a strict-aliasing violation in shader dumper
by Edward O'Callaghan
· 8 years ago
026a722
gallium: support for native fence fd's
by Rob Clark
· 9 years ago
611166b
gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
by Nicolai Hähnle
· 8 years ago
a3f6bea
gallium: fix more occurences of u_hash.h
by Marek Olšák
· 8 years ago
72217d4
gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
by Marek Olšák
· 8 years ago
260d951
svga: move svga_mark_surfaces_dirty() prototype to svga_surface.h
by Brian Paul
· 8 years ago
c96f63c
svga: whitespace / formatting clean-up in svga_context.c
by Brian Paul
· 8 years ago
1691e29
svga: collect stats for time spent in svga_context_finish()
by Brian Paul
· 8 years ago
8a195e2
svga: invalidate new surface before it is bound to a render target view
by Charmaine Lee
· 8 years ago
06bba24
Revert "svga: use untyped surface formats in most cases"
by Charmaine Lee
· 8 years ago
f2eec4e
svga: allow quad blit for more formats
by Charmaine Lee
· 8 years ago
4bd5ce8
svga: create BGRX render target view for BGRX_UNORM surface
by Charmaine Lee
· 8 years ago
0d221fc
svga: add a helper function to check for typeless format
by Charmaine Lee
· 8 years ago
d451421
svga: add SVGA_NEW_FRAME_BUFFER to svga_hw_tss_binding state atom
by Brian Paul
· 8 years ago
ec138d6
svga: allow copy_region if sample counts match
by Charmaine Lee
· 8 years ago
a2d49c4
svga: set rendered-to flag after updating the texture using PredCopyRegion
by Charmaine Lee
· 8 years ago
59f1456
svga: add can_use_upload flag
by Charmaine Lee
· 8 years ago
3dfb424
svga: fix texture upload path condition
by Charmaine Lee
· 8 years ago
4750c4e
svga: set rendered_to flag with texture uploaded using TransferFromBuffer command
by Charmaine Lee
· 8 years ago
03e1b7c
svga: Add render_condition boolean flag in struct svga_context
by Neha Bhende
· 8 years ago
2cff6f4
svga: Allow DXPredCopyRegion for depth_and_stencil formats.
by Neha Bhende
· 8 years ago
9a9627a
svga: fix memory leak in svga_clear_texture()
by Neha Bhende
· 8 years ago
d787ce7
svga: Implement the pipe clear_render_target functionality v2
by Thomas Hellstrom
· 8 years ago
76f5f76
svga: add SVGA_3D_CMD_INVALIDATE_GB_SURFACE support
by Charmaine Lee
· 9 years ago
3fdeb7c
gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
by Ilia Mirkin
· 8 years ago
8b731b8
svga: minor code improvements in svga_validate_pipe_sampler_view()
by Brian Paul
· 8 years ago
700a571
gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
by Nicolai Hähnle
· 8 years ago
b634be0
svga: add svga_mksstats.h to the sources list
by Emil Velikov
· 8 years ago
c0d7b60
svga: set PIPE_BIND_DEPTH_STENCIL flag for new resources when possible
by Brian Paul
· 8 years ago
f942a70
svga: don't special case caps for SVGA3D_R32_FLOAT
by Brian Paul
· 8 years ago
14639cd
svga: use new adjust_z_layer() helper in svga_pipe_blit.c
by Brian Paul
· 8 years ago
c420005
svga: simplify/improve the format compatibility check for region copies
by Brian Paul
· 8 years ago
Next »