projects
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mesa.git
2014-01-23
Marek Olšák
radeonsi: use hardware scissors correctly
commit
|
commitdiff
|
tree
2014-01-23
Marek Olšák
radeonsi: handle R600_CONTEXT_PS_PARTIAL_FLUSH in si_em...
commit
|
commitdiff
|
tree
2014-01-23
Marek Olšák
r600g,radeonsi: if discarding whole buffer range, disca...
commit
|
commitdiff
|
tree
2014-01-23
Marek Olšák
gallium/u_upload_mgr: don't expose u_upload_flush
commit
|
commitdiff
|
tree
2014-01-23
Marek Olšák
gallium/hud: just unmap the upload vertex buffer instea...
commit
|
commitdiff
|
tree
2014-01-23
Marek Olšák
gallium/vl: use u_upload_mgr to upload vertices for...
commit
|
commitdiff
|
tree
2014-01-22
Kristian Høgsberg
intel: Fix initial MakeCurrent for single-buffer drawables
commit
|
commitdiff
|
tree
2014-01-22
Paul Berry
glsl: Simplify aggregate type inference to prepare...
commit
|
commitdiff
|
tree
2014-01-22
Jan Vesely
clover: Don't crash on NULL global buffer objects.
commit
|
commitdiff
|
tree
2014-01-22
Vinson Lee
meta: Move loop variable declaration outside loop.
commit
|
commitdiff
|
tree
2014-01-22
Topi Pohjolainen
i965/blorp: use BRW_COMPRESSION_2NDHALF for second...
commit
|
commitdiff
|
tree
2014-01-22
Topi Pohjolainen
i965/blorp: patch jump counters also for endif
commit
|
commitdiff
|
tree
2014-01-22
Paul Berry
mesa: Change redundant code into loops in texstate.c.
commit
|
commitdiff
|
tree
2014-01-22
Paul Berry
mesa: Change redundant code into loops in shaderapi.c.
commit
|
commitdiff
|
tree
2014-01-22
Paul Berry
mesa: Remove ad-hoc arrays of gl_shader_program.
commit
|
commitdiff
|
tree
2014-01-22
Paul Berry
meta: Replace save_state::{Vertex,Geometry,Fragment...
commit
|
commitdiff
|
tree
2014-01-22
Paul Berry
i965: Fix comments to refer to the new ctx->Shader...
commit
|
commitdiff
|
tree
2014-01-22
Paul Berry
mesa: Fold long lines introduced by the previous patch.
commit
|
commitdiff
|
tree
2014-01-22
Paul Berry
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geome...
commit
|
commitdiff
|
tree
2014-01-22
Paul Berry
glsl/linker: Refactor in preparation for adding more...
commit
|
commitdiff
|
tree
2014-01-22
Paul Berry
mesa: use _mesa_validate_shader_target() more frequently.
commit
|
commitdiff
|
tree
2014-01-22
Paul Berry
main: Allow ctx == NULL in _mesa_validate_shader_target().
commit
|
commitdiff
|
tree
2014-01-22
Paul Berry
mesa: Make validate_shader_target() non-static.
commit
|
commitdiff
|
tree
2014-01-22
Paul Berry
mesa: Replace _mesa_program_index_to_target with _mesa_...
commit
|
commitdiff
|
tree
2014-01-22
Dave Airlie
llvmpipe: dump geometry shaders when using LP_DEBUG...
commit
|
commitdiff
|
tree
2014-01-21
Ian Romanick
mesa: Generate GL_INVALID_OPERATION for unsupported...
commit
|
commitdiff
|
tree
2014-01-21
Ian Romanick
mesa: Silence many unused parameter warnings
commit
|
commitdiff
|
tree
2014-01-21
Anuj Phogat
i965: Ignore 'centroid' interpolation qualifier in...
commit
|
commitdiff
|
tree
2014-01-21
Anuj Phogat
i965: Use sample barycentric coordinates with per sampl...
commit
|
commitdiff
|
tree
2014-01-21
Anuj Phogat
i965: Add an option to ignore sample qualifier
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
mesa/x86: Remove dead read_rgba_span_x86.h.
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
i965/fs: Optimize LRP with x == y into a MOV.
commit
|
commitdiff
|
tree
2014-01-21
Jordan Justen
glsl: Optimize open-coded lrp into lrp.
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
i965: Enable AOS optimizations for the geometry shader.
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
glsl: Vectorize multiple scalar assignments
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
glsl: Add parameter to .equals() to ignore an IR type.
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
mesa: rename PreferDP4 to OptimizeForAOS.
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
i965/fs: Print the maximum register pressure.
commit
|
commitdiff
|
tree
2014-01-21
Kenneth Graunke
i965/fs: Show register pressure in dump_instructions...
commit
|
commitdiff
|
tree
2014-01-21
Kenneth Graunke
i965: Compute the number of live registers at each IP.
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
i965/fs: Call opt_peephole_sel later in the optimizatio...
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
i965/fs: Calculate interference better in register_coal...
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
i965/fs: Support coalescing registers of size > 1.
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
i965/fs: Assert that var < num_vars.
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
i965/fs: Add a comment explaining how register coalesci...
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
i965/fs: Add and use MAX_SAMPLER_MESSAGE_SIZE definition.
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
mesa: Add STRINGIFY macro.
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
i965/fs: Fix the example about overwriting uniforms...
commit
|
commitdiff
|
tree
2014-01-21
Matt Turner
i965: Print reg_offset for vgrf of size > 1 in dump_ins...
commit
|
commitdiff
|
tree
2014-01-21
Grigori Goronzy
glsl: Match unnamed record types across stages.
commit
|
commitdiff
|
tree
2014-01-21
Grigori Goronzy
glsl: Extract function for record comparisons.
commit
|
commitdiff
|
tree
2014-01-21
Brian Paul
docs: remove some ancient README.* files
commit
|
commitdiff
|
tree
2014-01-21
Brian Paul
svga: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
commit
|
commitdiff
|
tree
2014-01-21
Brian Paul
svga: rename color output variables
commit
|
commitdiff
|
tree
2014-01-21
Brian Paul
svga: fix clearing for null color buffers
commit
|
commitdiff
|
tree
2014-01-21
Brian Paul
mesa: add missing TYPE_DOUBLEN_2 cases in get.c
commit
|
commitdiff
|
tree
2014-01-21
Paul Berry
i965: Modify some error messages to refer to "vec4...
commit
|
commitdiff
|
tree
2014-01-21
Paul Berry
i965: Add GS support to INTEL_DEBUG=shader_time.
commit
|
commitdiff
|
tree
2014-01-21
Roland Scheidegger
draw: fix points with negative w coords for d3d style...
commit
|
commitdiff
|
tree
2014-01-21
Kenneth Graunke
i965: Reserve space for "Vertex Count" in GS outputs.
commit
|
commitdiff
|
tree
2014-01-21
Kenneth Graunke
i965: Update blitter code for 48-bit addresses.
commit
|
commitdiff
|
tree
2014-01-20
Kenneth Graunke
i965: Update PIPE_CONTROL packet lengths for Broadwell.
commit
|
commitdiff
|
tree
2014-01-20
Kenneth Graunke
i965: Re-combine the Gen4-5 and Gen6+ write_depth_count...
commit
|
commitdiff
|
tree
2014-01-20
Kenneth Graunke
i965: Create a helper function for emitting PIPE_CONTRO...
commit
|
commitdiff
|
tree
2014-01-20
Kenneth Graunke
i965: Use full-length PIPE_CONTROL packets for workarou...
commit
|
commitdiff
|
tree
2014-01-20
Kenneth Graunke
i965: Emit full-length PIPE_CONTROLs for (non-write...
commit
|
commitdiff
|
tree
2014-01-20
Kenneth Graunke
i965: Create a helper function for emitting PIPE_CONTRO...
commit
|
commitdiff
|
tree
2014-01-20
Kenneth Graunke
i965: Fix MI_STORE_REGISTER_MEM for Broadwell.
commit
|
commitdiff
|
tree
2014-01-20
Kenneth Graunke
i965: Introduce an OUT_RELOC64 macro.
commit
|
commitdiff
|
tree
2014-01-20
Kenneth Graunke
i965: Use the new drm_intel_bo offset64 field.
commit
|
commitdiff
|
tree
2014-01-20
Kenneth Graunke
build: Require libdrm 2.4.52 for Intel.
commit
|
commitdiff
|
tree
2014-01-20
Kenneth Graunke
i965: Delete intel_batchbuffer_emit_reloc_fenced.
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
i915: Silence warning: unused parameter warning in...
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
i915: Ensure that intel_bufferobj_map_range meets align...
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
i965: Ensure that intel_bufferobj_map_range meets align...
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
docs: Note that GL_ARB_viewport_array is done on i965
commit
|
commitdiff
|
tree
2014-01-20
Courtney Goeltzenleu...
i965: Enable ARB_viewport_array
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
i965: Consider all viewports before enabling guardband...
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
i965: Consider only the scissor rectangle for viewport...
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
i965: Set all the supported scissor rectangles for...
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
mesa: Refactor bounding-box calculation out of _mesa_up...
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
i965: Set all the supported viewports for GEN7
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
i965: Emit writes to viewport index
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
i965: Set the maximum VPIndex
commit
|
commitdiff
|
tree
2014-01-20
Courtney Goeltzenleu...
mesa: Add ARB_viewport_array plumbing
commit
|
commitdiff
|
tree
2014-01-20
Courtney Goeltzenleu...
glsl: Add gl_ViewportIndex built-in variable
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
glsl: Add extension infrastructure for ARB_viewport_array
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
mesa: Add varying slot for viewport index
commit
|
commitdiff
|
tree
2014-01-20
Courtney Goeltzenleu...
mesa: Add new viewport and depth-range entry points...
commit
|
commitdiff
|
tree
2014-01-20
Courtney Goeltzenleu...
mesa: Add new scissor entry points for GL_ARB_viewport_...
commit
|
commitdiff
|
tree
2014-01-20
Courtney Goeltzenleu...
mesa: Add custom get function for SCISSOR_TEST to _mesa...
commit
|
commitdiff
|
tree
2014-01-20
Courtney Goeltzenleu...
mesa: Add new get entrypoints for ARB_viewport_array
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
mesa: Change parameter to _mesa_set_viewport to float
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
meta: Restore all scissor state
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
mesa: Set all scissor rects
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
mesa: Set all viewports from _mesa_Viewport and _mesa_D...
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
mesa: Restore all the viewports in _mesa_PopAttrib
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
mesa: Restore all the scissor rectangles in _mesa_PopAttrib
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
mesa: Initialize all the viewports
commit
|
commitdiff
|
tree
2014-01-20
Ian Romanick
mesa: Add an index parameter to _mesa_set_scissor
commit
|
commitdiff
|
tree
next