Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
592ce48ce9eecfdd74f59e52c8d51bdb62059e3d
« Previous
74ef320
r600: don't emit htile regs
by Alex Deucher
· 15 years ago
66d6f9e
r600: rework DB render setup
by Alex Deucher
· 15 years ago
37676b3
r600: don't emit htile regs
by Alex Deucher
· 15 years ago
a9035f3
r600: add missing ZPASS setup bits for r7xx+
by Alex Deucher
· 15 years ago
bc9d51b
llvmpipe: Ensure stack variables in unit tests are properly aligned.
by José Fonseca
· 15 years ago
7204b92
nv50: clarify data for method 0x121c
by Christoph Bumiller
· 15 years ago
c9167d8
r300g: Fix up SW TCL rendering functions.
by Corbin Simpson
· 15 years ago
fe89863
r300g: Protect against possibly missing Draw pointer.
by Corbin Simpson
· 15 years ago
11d9edf
r300g: Unify context names for counts.
by Corbin Simpson
· 15 years ago
b6f93e2
r300g: Enable PSC/RS dump with new debugging flags.
by Corbin Simpson
· 15 years ago
0525cb1
r300g: Fix is_buffer_referenced.
by Corbin Simpson
· 15 years ago
ee28a69
r300g: Fix build error on old compilers.
by Corbin Simpson
· 15 years ago
2cda507
prog parse: Handle GL_VERTEX_PROGRAM_ARB in glLoadProgramNV
by Ian Romanick
· 15 years ago
6d2ceda
prog parse: Handle GL_VERTEX_PROGRAM_NV in glProgramStringARB
by Ian Romanick
· 15 years ago
289db82
prog parse: Handle GL_FRAGMENT_PROGRAM_ARB in glLoadProgramNV
by Ian Romanick
· 15 years ago
7452877
prog parse: Handle GL_FRAGMENT_PROGRAM_NV in glProgramStringARB
by Ian Romanick
· 15 years ago
a12fc1a
r300g: Organize inlined state.
by Corbin Simpson
· 15 years ago
547e939
r300g: DCE.
by Corbin Simpson
· 15 years ago
9f49db6
r300g: Minor code cleanup to avoid confusion.
by Corbin Simpson
· 15 years ago
fa6916c
r300g: Remove do-nothing functions.
by Corbin Simpson
· 15 years ago
c4fa0e4
r300g: Remove faulty assert.
by Corbin Simpson
· 15 years ago
b7322fd
Merge branch 'r300g-vbo'
by Corbin Simpson
· 15 years ago
0fe5f0c
r300g: Be more verbose in what's killing us WRT vert formats.
by Corbin Simpson
· 15 years ago
cd5b2a9
r300g: Comments.
by Corbin Simpson
· 15 years ago
ef51377
r300g: Don't assert on oversized VBOs, just return FALSE.
by Corbin Simpson
· 15 years ago
746c01b
r300g: Moar vbo cleanup.
by Corbin Simpson
· 15 years ago
b6c3954
r300g: s/false/FALSE/
by Corbin Simpson
· 15 years ago
7da3cc4
r300g: Clean up indexbuf render, switch to RELOC macro.
by Corbin Simpson
· 15 years ago
7518d9b
r300g: Clean up r300_setup_vertex_buffers.
by Corbin Simpson
· 15 years ago
96b729f
r300g: Don't pass hw_prim around in the context.
by Corbin Simpson
· 15 years ago
24c6fdb
r300g: Use common state funcs for translating vert formats.
by Corbin Simpson
· 15 years ago
1ef0341
r300g: don't hang GPU on misbehaving apps
by Maciej Cencora
· 15 years ago
3445f47
r300g: VBOs WIP
by Maciej Cencora
· 15 years ago
d8592d1
r300g: add missing flush
by Maciej Cencora
· 15 years ago
c7dfffc
r300g: enable CS dumping
by Maciej Cencora
· 15 years ago
6acb26e
r300g: move vborender context function to seperate file
by Maciej Cencora
· 15 years ago
57d77c6
i915g: Fix comment in is buffer referenced
by Jakob Bornecrantz
· 15 years ago
1876839
mesa: move code after decl
by brian
· 15 years ago
44cb5b5
nv50: enable all 32 threads of a warp
by Christoph Bumiller
· 15 years ago
8baee3d
i965: Use Compr4 instruction compression mode on G4X and newer.
by Eric Anholt
· 15 years ago
ec66644
i965: Share min/max between brw_wm_emit.c and brw_wm_glsl.c
by Eric Anholt
· 15 years ago
cfa9277
i965: Share emit_fb_write() between brw_wm_emit.c and brw_wm_glsl.c
by Eric Anholt
· 15 years ago
2b58c31
i965: Share most of the WM functions between brw_wm_glsl.c and brw_wm_emit.c
by Eric Anholt
· 15 years ago
1e5400c
i965: Share math functions between brw_wm_glsl.c and brw_wm_emit.c.
by Eric Anholt
· 15 years ago
7059aa0
i965: Share the sop opcodes between brw_wm_glsl.c and brw_wm_emit.c.
by Eric Anholt
· 15 years ago
726ad15
i965: Share OPCODE_MAD between brw_wm_glsl.c and brw_wm_emit.c
by Eric Anholt
· 15 years ago
bad5b12
i965: Share the DP3, DP4, and DPH between brw_wm_glsl.c and brw_wm_emit.c
by Eric Anholt
· 15 years ago
06c1bc8
i965: Add generic GLSL code for unaliasing a 3-arg opcode, and share LRP code.
by Eric Anholt
· 15 years ago
9062970
i965: Use a normal alu1 emit for OPCODE_TRUNC.
by Eric Anholt
· 15 years ago
71af508
i965: Share basic ALU ops between brw_wm_glsl and brw_wm_emit.c
by Eric Anholt
· 15 years ago
0f34cdf
i965: Collect GLSL src/dst regs up in generic code.
by Eric Anholt
· 15 years ago
e521bf7
st/xorg: implement batching for the composite op
by Zack Rusin
· 15 years ago
4322346
st/xorg: batch solid fill requests
by Zack Rusin
· 15 years ago
e173063
st/xorg: start accumulating vertices in a common buffer
by Zack Rusin
· 15 years ago
3f7df23
st/xorg: use quads instead of triangle fans
by Zack Rusin
· 15 years ago
6c44d39
st/xorg: make the buffer size global
by Zack Rusin
· 15 years ago
26d2ce0
GLX: Change GLX client vendor string to "Mesa Project and SGI"
by Ian Romanick
· 15 years ago
6b0bcfa
mesa: Reduce the source channels considered in optimization passes.
by Eric Anholt
· 15 years ago
f3cacfe
mesa: Fix remove_instructions to successfully remove when removeFlags[0].
by Eric Anholt
· 15 years ago
e4e312d
mesa: Add an optimization path to remove use of pointless MOVs.
by Eric Anholt
· 15 years ago
ee0a9e6
mesa: Fix up the remove_dead_code pass to operate on a channel basis.
by Eric Anholt
· 15 years ago
3105f3a
intel: better front color buffer test in intelClear()
by Brian Paul
· 15 years ago
8395da2
i965: Always pass the size argument to brw_cache_data.
by Eric Anholt
· 15 years ago
1166294
intel: Finish removing the fallback code for bug #16697.
by Eric Anholt
· 15 years ago
75bdbdd
intel: Don't validate in a texture image used as a render target.
by Eric Anholt
· 15 years ago
6b68482
mesa: Attempt to pair up Driver.RenderTexture and FinishRenderTexture()
by Eric Anholt
· 15 years ago
8df81bc
intel: Clean up some extra struct indirection in finalize.
by Eric Anholt
· 15 years ago
ee7dfbb
intel: Use _mesa_get_current_tex_object() to clean up TFP path.
by Eric Anholt
· 15 years ago
8f30cea
intel: Remove duplicated arguments from intel_miptree_match_image().
by Eric Anholt
· 15 years ago
2bc8bcd
i965: Remove an XXX comment for testing some code that seems to work.
by Eric Anholt
· 15 years ago
bb2dd50
intel: Remove obsolete comment about GEM in the spans code.
by Eric Anholt
· 15 years ago
8e0f40d
intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.
by Eric Anholt
· 15 years ago
caf3038
Make a convenient int for what chipset generation we're on.
by Eric Anholt
· 15 years ago
4e4c2ee
Merge branch 'mesa_7_6_branch'
by Ian Romanick
· 15 years ago
9348ac0
ARB prog parser: Regenerate parser from previous commits.
by Ian Romanick
· 15 years ago
d8e256f
ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vertex}_program
by Ian Romanick
· 15 years ago
301a9b7
ARB prog parser: Release strings returned from the lexer that don't need to be kept
by Ian Romanick
· 15 years ago
1c7337d
Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"
by Ian Romanick
· 15 years ago
96e938f
llvmpipe: Fix build with llvm 2.6.
by José Fonseca
· 15 years ago
38d3c15
intel: call intel_check_front_buffer_rendering() in intelClear()
by Brian Paul
· 15 years ago
577a598
mesa: Export S3_s3tc as well.
by José Fonseca
· 15 years ago
f611425
mesa: Translate MAP_UNSYNCHRONIZED_BIT.
by José Fonseca
· 15 years ago
244591a
gallium: Add UNSYNCHRONIZED cpu access flag. Document others.
by José Fonseca
· 15 years ago
2572886
st/xorg: unify vertex buffer handling
by Zack Rusin
· 15 years ago
63191bd
xmesa: pass pixmap to clip_for_xgetimage()
by Brian Paul
· 15 years ago
d971069
mesa: fix infinite loop bug in _mesa_drawbuffers()
by Brian Paul
· 15 years ago
67034b9
softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination.
by José Fonseca
· 15 years ago
e059015
g3dvl: remove a debug line
by Cooper Yuan
· 15 years ago
c621c10
g3dvl: add scissor setting
by Cooper Yuan
· 15 years ago
c2e4719
r300g: add polygon mode
by Marek Olšák
· 15 years ago
4671005
r300g: fix the size of CS when emitting the fragprog constant buffer
by Marek Olšák
· 15 years ago
0719088
r300g: set the correct offset in a colorbuffer surface
by Marek Olšák
· 15 years ago
ad96c0d
r300g: add color channel masking
by Marek Olšák
· 15 years ago
7c62390
mesa: added cast to silence warning
by Brian Paul
· 15 years ago
898de4a
Merge branch 'mesa_7_6_branch'
by Brian Paul
· 15 years ago
1c3f7ab
vbo: fix out-of-bounds array access
by Brian Paul
· 15 years ago
bc4ad7c
mesa: fix broken pack_histogram() case for GLhalf
by Brian Paul
· 15 years ago
76aa0c0
mesa: silence warning from gcc 4.4.1
by Brian Paul
· 15 years ago
fe86f8d
ARB prog parser: include variable name in error text
by Brian Paul
· 15 years ago
4c5a758
st/xorg: these flushes shouldn't be necessary
by Zack Rusin
· 15 years ago
Next »